Skip to content

Commit 922a4b8

Browse files
use Legacy Pagination for Unit Test
1 parent 298af7f commit 922a4b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

QueryBuilder.Tests/Infrastructure/TestCompilersContainer.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ private static class Messages
2121
[EngineCodes.PostgreSql] = new PostgresCompiler(),
2222
[EngineCodes.Sqlite] = new SqliteCompiler(),
2323
[EngineCodes.SqlServer] = new SqlServerCompiler()
24+
{
25+
UseLegacyPagination = true
26+
}
2427
};
2528

2629
public IEnumerable<string> KnownEngineCodes

0 commit comments

Comments
 (0)