mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update custom db
This commit is contained in:
@@ -1096,7 +1096,9 @@ namespace SqlSugar
|
||||
}
|
||||
private bool IsMySql()
|
||||
{
|
||||
return this.Context is MySqlExpressionContext;
|
||||
var name = this.Context.GetType().Name;
|
||||
var result= (name =="MySqlExpressionContext");
|
||||
return result;
|
||||
}
|
||||
private bool IsSqlite()
|
||||
{
|
||||
|
Reference in New Issue
Block a user