diff options
Diffstat (limited to 'doc/build/changelog/changelog_09.rst')
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index a4d5b9b68..4b0efbef6 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,18 @@ :version: 0.9.5 .. change:: + :tags: bug, firebird + :tickets: 3038 + + Fixed bug where the combination of "limit" rendering as + "SELECT FIRST n ROWS" using a bound parameter (only firebird has both), + combined with column-level subqueries + which also feature "limit" as well as "positional" bound parameters + (e.g. qmark style) would erroneously assign the subquery-level positions + before that of the enclosing SELECT, thus returning parameters which + are out of order. + + .. change:: :tags: bug, mssql :tickets: 3025 |