mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update 人大金仓
This commit is contained in:
@@ -89,7 +89,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return @"select table_name as name from information_schema.views where table_schema ='" + GetSchema() + "' ";
|
||||
return @"select table_name as name from information_schema.views where lower(table_schema) ='" + GetSchema() + "' ";
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user