mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
PgSql BUG
This commit is contained in:
parent
bed8ba7a55
commit
b2aebdaa21
@ -31,7 +31,7 @@ namespace SqlSugar
|
||||
#region Common Methods
|
||||
public override bool IsComplexModel(string sql)
|
||||
{
|
||||
return Regex.IsMatch(sql, @"AS \w+\.\w+");
|
||||
return Regex.IsMatch(sql, @"AS ""\w+\.\w+""");
|
||||
}
|
||||
public override string ToSqlString()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user