mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update mysql
This commit is contained in:
@@ -169,7 +169,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "select 1 from Information_schema.columns limit 0,1";
|
||||
return "select 1 from Information_schema.columns where TABLE_SCHEMA=(select database()) limit 0,1";
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user