mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
update Odbc IInsert
This commit is contained in:
@ -151,7 +151,7 @@ namespace FreeSql.Odbc.SqlServer
|
||||
++colidx;
|
||||
}
|
||||
|
||||
if ((_commonUtils as SqlServerUtils).ServerVersion > 10)
|
||||
if ((_commonUtils as OdbcSqlServerUtils).ServerVersion > 10)
|
||||
{
|
||||
var validx = sql.IndexOf(") VALUES");
|
||||
if (validx == -1) throw new ArgumentException("找不到 VALUES");
|
||||
|
Reference in New Issue
Block a user