mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-08-08 00:52:25 +08:00
✨ support provider、Extensions Exceptions 多语言
This commit is contained in:
@ -17,7 +17,7 @@ namespace FreeSql.Odbc.MySql
|
||||
public OdbcMySqlOnDuplicateKeyUpdate(IInsert<T1> insert)
|
||||
{
|
||||
_mysqlInsert = insert as OdbcMySqlInsert<T1>;
|
||||
if (_mysqlInsert == null) throw new Exception("OnDuplicateKeyUpdate 是 FreeSql.Provider.Odbc/MySql 特有的功能");
|
||||
if (_mysqlInsert == null) throw new Exception(CoreStrings.S_Features_Unique("OnDuplicateKeyUpdate", "Odbc/MySql"));
|
||||
if (_mysqlInsert._noneParameterFlag == "c") _mysqlInsert._noneParameterFlag = "cu";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user