We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82abaa4 commit 2a1783eCopy full SHA for 2a1783e
QueryBuilder/Compilers/SqlServerCompiler.cs
@@ -12,7 +12,7 @@ public SqlServerCompiler()
12
}
13
14
public override string EngineCode { get; } = EngineCodes.SqlServer;
15
- public bool UseLegacyPagination { get; set; } = true;
+ public bool UseLegacyPagination { get; set; } = false;
16
17
protected override SqlResult CompileSelectQuery(Query query)
18
{
0 commit comments