mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
- 增加 人大金仓 OdbcKingbaseES 实现;#325
This commit is contained in:
@ -1172,6 +1172,7 @@ namespace FreeSql.Internal.CommonProvider
|
||||
break;
|
||||
case DataType.OdbcDameng:
|
||||
case DataType.Dameng:
|
||||
case DataType.OdbcKingbaseES:
|
||||
_tosqlAppendContent = $" for update{(noawait ? " nowait" : "")}";
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user