]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] changed the list of cx_oracle types that are
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Oct 2012 17:22:57 +0000 (13:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Oct 2012 17:22:57 +0000 (13:22 -0400)
commit3fbbecbf16a385f46674fb41db25ab58844dcc2b
treeb15af275b130b00e930b24c0921595c6112cfe41
parent44297b474f6569f8f21bb64cb15cd5ea2032debc
  - [bug] changed the list of cx_oracle types that are
    excluded from the setinputsizes() step to only include
    STRING and UNICODE; CLOB and NCLOB are removed.  This
    is to work around cx_oracle behavior which is broken
    for the executemany() call.  In 0.8, this same change
    is applied however it is also configurable via the
    exclude_setinputsizes argument. [ticket:2561]
CHANGES
lib/sqlalchemy/dialects/oracle/cx_oracle.py