]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed compiler bug whereby a given
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2012 01:07:24 +0000 (21:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2012 01:07:24 +0000 (21:07 -0400)
commit8340361bfa93dab71b18827fa0b7e7dc91b1d736
treecdf93e83cf4d2055510f507196b7194cf7ea115f
parentdaf286fc33e4008499f5aea14dc44630c3709c11
- [bug] Fixed compiler bug whereby a given
select() would be modified if it had an "offset"
attribute, causing the construct to not compile
correctly a second time.  [ticket:2545]
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/test_mssql.py