]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] quoting is applied to the column names
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jun 2012 20:49:29 +0000 (16:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jun 2012 20:49:29 +0000 (16:49 -0400)
commitd5186e92534b4d38e590cef2d56c85be845bfdf0
tree45e774615f0f35a761a8711cddb145545f364e06
parentd5609d77841ab4e607e6b372a15396b38ddace9a
- [bug] quoting is applied to the column names
inside the WITH RECURSIVE clause of a
common table expression according to the
quoting rules for the originating Column.
[ticket:2512]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py