update kingbaseES

This commit is contained in:
28810
2020-05-31 10:42:26 +08:00
parent 6f53658dde
commit 909fe9bc7a
8 changed files with 19 additions and 171 deletions

View File

@ -242,6 +242,7 @@ namespace FreeSql.Internal
break;
case DataType.PostgreSQL:
case DataType.OdbcPostgreSQL:
case DataType.OdbcKingbaseES:
if (strlen < 0) colattr.DbType = "TEXT";
else colattr.DbType = Regex.Replace(colattr.DbType, charPatten, $"$1({strlen})");
break;