]> 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)
commit0d41daa50987ec36b1c681a45a56c09e9cf00aae
tree972e717ece03c1931ab07918332f19a0d4ff418c
parent46e218e5f178fcccae87257fcb25c09d0654f95c
- [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