mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update kdbndp
This commit is contained in:
@@ -31,7 +31,7 @@ namespace SqlSugar
|
|||||||
#region Common Methods
|
#region Common Methods
|
||||||
public override bool IsComplexModel(string sql)
|
public override bool IsComplexModel(string sql)
|
||||||
{
|
{
|
||||||
return Regex.IsMatch(sql, @"AS ""\w+\.\w+""");
|
return Regex.IsMatch(sql, @"AS ""\w+\.\w+""")|| Regex.IsMatch(sql, @"AS ""\w+\.\w+\.\w+""");
|
||||||
}
|
}
|
||||||
public override string ToSqlString()
|
public override string ToSqlString()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user