sqlkata / querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
https://sqlkata.com
MIT License
3.12k stars 502 forks source link

SQL Server Legacy Pagination enabled by default #545

Closed Wulfheart closed 2 years ago

Wulfheart commented 2 years ago

Hello,

the docs state the following:

image

However, in SqlServerCompiler.cs public bool UseLegacyPagination is set to true by default. Per the docs this should not happen. I am going to address this in a PR.

Best, Alex

ahmad-moussawi commented 2 years ago

PR merged, thanks