]> 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:43:31 +0000 (23:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Nov 2012 04:43:31 +0000 (23:43 -0500)
commit27db59b337b9918aada537d3049fa7973f99f1f2
treeeae518ddca42b1a9977312f3779b80818b4c429f
parentf0e19297eeaa5d44a38766895bfb918e8a6db53f
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.
Also in 0.7.10. [ticket:2607]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/mssql/base.py
test/sql/test_query.py