Update questDb

This commit is contained in:
sunkaixuan 2022-08-17 12:04:08 +08:00
parent 048e9ce9e7
commit 6947e18f13

View File

@ -31,7 +31,7 @@ namespace SqlSugar
{ {
get get
{ {
return base.PgSqlIsAutoToLower; return false;
} }
} }
public override string GetTranslationTableName(string entityName, bool isMapping = true) public override string GetTranslationTableName(string entityName, bool isMapping = true)