]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improved the methodology to handling percent signs in column
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Jan 2009 19:55:20 +0000 (19:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Jan 2009 19:55:20 +0000 (19:55 +0000)
commit76a7818013b1803876da7f51ec1601a25cb1e78b
treeefe808502f9e9c9a4d5a35fe92c6df6bf5609ab3
parent4fad095858e218c1c53de3c1ce64fc438688f826
- Improved the methodology to handling percent signs in column
names from [ticket:1256].  Added more tests.  MySQL and
Postgres dialects still do not issue correct CREATE TABLE
statements for identifiers with percent signs in them.
CHANGES
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/sql/query.py
test/sql/select.py