mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update odbc
This commit is contained in:
parent
2ad142dc5e
commit
ca4a266fb1
@ -24,14 +24,14 @@ namespace SqlSugar.Odbc
|
|||||||
return @"INSERT INTO {0}
|
return @"INSERT INTO {0}
|
||||||
({1})
|
({1})
|
||||||
VALUES
|
VALUES
|
||||||
({2})"+UtilConstants.ReplaceCommaKey.Replace("{","").Replace("}", "") + " SELECT dbinfo('sqlca.sqlerrd1') FROM dual";
|
({2})"+UtilConstants.ReplaceCommaKey.Replace("{","").Replace("}", "") + "";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return @"INSERT INTO {0}
|
return @"INSERT INTO {0}
|
||||||
({1})
|
({1})
|
||||||
VALUES
|
VALUES
|
||||||
({2}) "+UtilConstants.ReplaceCommaKey.Replace("{", "").Replace("}", "") + "SELECT dbinfo('sqlca.sqlerrd1') FROM dual";
|
({2}) "+UtilConstants.ReplaceCommaKey.Replace("{", "").Replace("}", "") + "";
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user