]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Quoting information is now passed along
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 May 2012 22:40:55 +0000 (18:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 May 2012 22:40:55 +0000 (18:40 -0400)
commitc3a0453680d3816ee6de3223d768f45e8a46344d
tree9c6c914e5bc57d8ff71513731f32b34c1fce7401
parent03b6a5840e2e0193a21b10f3151c22e50178d9e7
  - [bug] Quoting information is now passed along
    from a Column with quote=True when generating
    a same-named bound parameter to the bindparam()
    object, as is the case in generated INSERT and UPDATE
    statements, so that unknown reserved names can
    be fully supported.  [ticket:2437]
CHANGES
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/dialect/test_oracle.py