From: Mike Bayer Date: Thu, 23 Apr 2015 15:40:40 +0000 (-0400) Subject: changelog for #3380, fixes #3380 X-Git-Tag: rel_1_0_1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=167a45a442a2551400af0b102b590e70267e9b77;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog for #3380, fixes #3380 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 19c956079f..45aef66f0f 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -18,6 +18,15 @@ .. changelog:: :version: 1.0.1 + .. change:: + :tags: bug, firebird + :tickets: 3380 + :pullreq: github:168 + + Fixed a regression due to :ticket:`3034` where limit/offset + clauses were not properly interpreted by the Firebird dialect. + Pull request courtesy effem-git. + .. change:: :tags: bug, sqlite :tickets: 3378