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

@ -276,6 +276,7 @@ namespace FreeSql
case DataType.OdbcSqlServer:
case DataType.PostgreSQL:
case DataType.OdbcPostgreSQL:
case DataType.OdbcKingbaseES:
return true;
default:
if (_tableIdentitys.Length == 1 && _table.Primarys.Length == 1)