]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where keyword arguments passed to
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Oct 2012 19:37:06 +0000 (15:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Oct 2012 19:37:06 +0000 (15:37 -0400)
commit07d7c4905d65b7f28c1ffcbd33f81ee52c9fd847
treea9c1213e4db2f905d65ae5cef2eed101560fe9be
parente656bf4f47cf3c06975c6207ea6e54131b292bf7
Fixed bug where keyword arguments passed to
:meth:`.Compiler.process` wouldn't get propagated
to the column expressions present in the columns
clause of a SELECT statement.  In particular this would
come up when used by custom compilation schemes that
relied upon special flags. [ticket:2593]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py