]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog 5125/head
authorElkin <elkin@raketa.im>
Mon, 3 Feb 2020 08:11:40 +0000 (11:11 +0300)
committerElkin <elkin@raketa.im>
Mon, 3 Feb 2020 08:11:40 +0000 (11:11 +0300)
doc/build/changelog/unreleased_14/5125.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/5125.rst b/doc/build/changelog/unreleased_14/5125.rst
new file mode 100644 (file)
index 0000000..a588199
--- /dev/null
@@ -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)