- 优化 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

@ -29,7 +29,7 @@ namespace FreeSql.Firebird
break;
default:
dbtype = dbtype2;
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;
break;