]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug regarding expression mutations which could express
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Nov 2014 09:22:30 +0000 (04:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Nov 2014 09:22:53 +0000 (04:22 -0500)
commita54540383b9c2a7edd4be5d03c6e8f4eb7a87957
tree122ccbeed369f88a821a2243347afaf3632a42fb
parentd6420c108c959a6c03df05dbc505e135d14f67c7
- Fixed bug regarding expression mutations which could express
itself as a "Could not locate column" error when using
:class:`.Query` to  select from multiple, anonymous column
entities when querying against SQLite, as a side effect of the
"join rewriting" feature used by the SQLite dialect.
fixes #3241
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_generative.py
test/sql/test_join_rewriting.py