mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
The older version of Join disables automatic capitalization
This commit is contained in:
parent
d17e433c22
commit
1a3c73fb5a
@ -474,6 +474,7 @@ namespace SqlSugar
|
|||||||
expressionContext.MappingColumns = this.MappingColumns;
|
expressionContext.MappingColumns = this.MappingColumns;
|
||||||
expressionContext.MappingTables = this.MappingTables;
|
expressionContext.MappingTables = this.MappingTables;
|
||||||
expressionContext.IsSingle = false;
|
expressionContext.IsSingle = false;
|
||||||
|
expressionContext.SugarContext = new ExpressionOutParameter() { Context=this.Context };
|
||||||
if (this.Context.CurrentConnectionConfig.MoreSettings != null)
|
if (this.Context.CurrentConnectionConfig.MoreSettings != null)
|
||||||
{
|
{
|
||||||
expressionContext.PgSqlIsAutoToLower = this.Context.CurrentConnectionConfig.MoreSettings.PgSqlIsAutoToLower;
|
expressionContext.PgSqlIsAutoToLower = this.Context.CurrentConnectionConfig.MoreSettings.PgSqlIsAutoToLower;
|
||||||
|
Loading…
Reference in New Issue
Block a user