]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed compiler bug whereby using a correlated
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 20:57:23 +0000 (16:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 20:57:23 +0000 (16:57 -0400)
commite35a6b91d671d86ee8474257f4df3ec98a054f39
treea605c0ab937cc791b81943d136b7851c393d2e97
parentbba1d01b26adb2db5b3c3fc41b94834cec5c73fc
  - [bug] Fixed compiler bug whereby using a correlated
    subquery within an ORDER BY would fail to render correctly
    if the stament also used LIMIT/OFFSET, due to mis-rendering
    within the ROW_NUMBER() OVER clause.  Fix courtesy
    sayap [ticket:2538]
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py