Skip to content

Commit

Permalink
Merge branch 'releases/7.x.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelGerr committed Oct 21, 2023
2 parents 84d95e3 + f7d03fa commit 1d903f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public bool AddCustomRelationalParameterBasedSqlProcessorFactory
/// </summary>
public bool AddCustomQuerySqlGeneratorFactory
{
get => _addCustomQuerySqlGeneratorFactory || AddBulkOperationSupport || AddTenantDatabaseSupport || AddTableHintSupport;
get => _addCustomQuerySqlGeneratorFactory || AddBulkOperationSupport || AddTenantDatabaseSupport || AddWindowFunctionsSupport || AddTableHintSupport;
set => _addCustomQuerySqlGeneratorFactory = value;
}

Expand Down

0 comments on commit 1d903f7

Please sign in to comment.