]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug whereby using "key" with Column
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Nov 2012 04:45:52 +0000 (23:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Nov 2012 04:45:52 +0000 (23:45 -0500)
commit7a03aded9171bb693b5b1f39c65e7531fff629df
tree876c4264017c4a4e1486b7a9be8b5244f47a247a
parent31adc09e422c948ab6c20e93070697b9b821efb1
Fixed bug whereby using "key" with Column
in conjunction with "schema" for the owning
Table would fail to locate result rows due
to the MSSQL dialect's "schema rendering"
logic's failure to take .key into account.
[ticket:2607]
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/dialects/mssql/base.py
test/lib/requires.py
test/sql/test_query.py