Skip to content

Commit f9dc447

Browse files
Merge pull request #553 from sqlkata/fix/unit-test-use-legacy-pagination
use Legacy Pagination for Unit Test
2 parents 298af7f + 922a4b8 commit f9dc447

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)