]> 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)
commit80722647af8b577f9026c695c55c5b4cd3d83bae
treeb7ecd408b977b572b4483adc879567942cd3506a
parent50dc62bad55df0ec1017f2ee403934c99da8770f
- [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