From a45b7f73090d2053e3a7020d4e3d7fabb0c5627d Mon Sep 17 00:00:00 2001 From: Elkin Date: Mon, 3 Feb 2020 11:11:40 +0300 Subject: [PATCH] changelog --- doc/build/changelog/unreleased_14/5125.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/build/changelog/unreleased_14/5125.rst 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) -- 2.47.3