mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
Update oscar
This commit is contained in:
@@ -242,6 +242,10 @@ namespace SqlSugar
|
||||
{
|
||||
return new KdbndpInserttable<T>();
|
||||
}
|
||||
else if (currentConnectionConfig.DbType == DbType.Oscar)
|
||||
{
|
||||
return new KdbndpInserttable<T>();
|
||||
}
|
||||
else
|
||||
{
|
||||
return new InsertableProvider<T>();
|
||||
|
||||
Reference in New Issue
Block a user