mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +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