mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update mysql
This commit is contained in:
parent
27dfcbb668
commit
2154ea96f3
@ -169,7 +169,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
get
|
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
|
#endregion
|
||||||
|
Loading…
Reference in New Issue
Block a user