- 优化 DbFirst 模式长内容未设置 StringLength = -1 写入问题;

This commit is contained in:
2881099
2020-12-02 10:36:27 +08:00
parent 43585661ca
commit e61a50c7ca
19 changed files with 282 additions and 8 deletions

View File

@ -80,7 +80,7 @@ namespace FreeSql.ShenTong
if (dbtype != OscarDbType.Oidvector)
{
ret.OscarDbType = dbtype;
if (col.DbSize != 0) ret.Size = col.DbSize;
//if (col.DbSize != 0) ret.Size = col.DbSize;
if (col.DbPrecision != 0) ret.Precision = col.DbPrecision;
if (col.DbScale != 0) ret.Scale = col.DbScale;
}