From: Elkin Date: Mon, 3 Feb 2020 08:11:40 +0000 (+0300) Subject: changelog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45b7f73090d2053e3a7020d4e3d7fabb0c5627d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/unreleased_14/5125.rst b/doc/build/changelog/unreleased_14/5125.rst new file mode 100644 index 0000000000..a588199e67 --- /dev/null +++ b/doc/build/changelog/unreleased_14/5125.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: change, mssql + :tickets: 5125 + + For limit-offset keywords OFFSET and FETCH are using (as part of the ORDER BY + clause). Works with MSSQL server version is 11 and higher. The implementation + of a simple limit query has not changed (TOP is using as usual)