mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
PgSql Bug
This commit is contained in:
@@ -73,7 +73,7 @@ namespace SqlSugar
|
||||
}
|
||||
else if (name.Contains("("))
|
||||
{
|
||||
return name.ToLower();
|
||||
return name;
|
||||
}
|
||||
else if (name.Contains(SqlTranslationLeft) && name.Contains(SqlTranslationRight))
|
||||
{
|
||||
|
Reference in New Issue
Block a user