]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix issue in join rewriting whereby we need to ensure the .key and .name
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jul 2013 21:05:01 +0000 (17:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jul 2013 21:05:01 +0000 (17:05 -0400)
commitd64b09b15c703d7e100931818976822256f6beda
treefb46d2b6aa486f47f7e949ba14f145c00aa0f7c5
parenta6adc0a53ebfeeea23ec63655629c5b6831a77d0
- fix issue in join rewriting whereby we need to ensure the .key and .name
are transferred correctly for when .key is present; tests have been enhanced
to test this condition for render, result map construction, statement
execution.  [ticket:2790]
lib/sqlalchemy/sql/compiler.py
test/sql/test_join_rewriting.py