mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update mysql
This commit is contained in:
parent
27dfcbb668
commit
2154ea96f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user