Skip to content

Commit 1d903f7

Browse files
committed
Merge branch 'releases/7.x.x'
2 parents 84d95e3 + f7d03fa commit 1d903f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Thinktecture.EntityFrameworkCore.SqlServer/EntityFrameworkCore/Infrastructure/SqlServerDbContextOptionsExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public bool AddCustomRelationalParameterBasedSqlProcessorFactory
9090
/// </summary>
9191
public bool AddCustomQuerySqlGeneratorFactory
9292
{
93-
get => _addCustomQuerySqlGeneratorFactory || AddBulkOperationSupport || AddTenantDatabaseSupport || AddTableHintSupport;
93+
get => _addCustomQuerySqlGeneratorFactory || AddBulkOperationSupport || AddTenantDatabaseSupport || AddWindowFunctionsSupport || AddTableHintSupport;
9494
set => _addCustomQuerySqlGeneratorFactory = value;
9595
}
9696

0 commit comments

Comments
 (0)