]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Further fixes to the "percent signs and spaces in column/table
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Jan 2009 17:08:28 +0000 (17:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Jan 2009 17:08:28 +0000 (17:08 +0000)
commit072039945b23b0a76814e53698da247de334f7eb
tree8616971bd3e74eafa734d42f2a0e1bd36004fb74
parent86fcffc854540e87d56e5e0d49273a9411af32f6
- Further fixes to the "percent signs and spaces in column/table
names" functionality. [ticket:1284]
- Still doesn't work for PG/MySQL, which unfortunately would require
post_process_text() calls all over the place.  Perhaps % escaping
can be assembled into IdentifierPreparer.quote() since that's where
identifier names are received.
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/sql/query.py