sql2012 constant
MssqlDialect
const sql2012
SQL Server 2012: paging through OFFSET … FETCH NEXT.
The default a statement compiles for. Every server newer than 2012 accepts what this emits, so the name is the floor rather than the target; a feature that needs more than 2012 asks majorVersion directly.
Implementation
static const MssqlDialect sql2012 = MssqlDialect._(11, 110);