]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Using column names that would require quotes
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Mar 2011 23:39:39 +0000 (19:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Mar 2011 23:39:39 +0000 (19:39 -0400)
commit545b70e8a2bcc3803f0a72cc4a50c1b40a4a3eba
treef5393e19854c9be2d87580ee2d8ea4c8df9d8146
parent8058c7089f88dabfcbd9eadf6bf01b4cf1435c29
- Using column names that would require quotes
for the column itself or for a name-generated
bind parameter, such as names with special
characters, underscores, non-ascii characters,
now properly translate bind parameter keys when
talking to cx_oracle.  [ticket:2100]  (Also
in 0.6.7)
CHANGES
lib/sqlalchemy/dialects/oracle/cx_oracle.py
test/dialect/test_oracle.py