]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] The types of columns excluded from the
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Sep 2012 22:11:33 +0000 (18:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Sep 2012 22:11:33 +0000 (18:11 -0400)
commitd3e60f805d573206f68c0eb7e7187c5a1c54a731
treed6b2c9ec3140fe9ccbcbe8f37d347adfe1412f85
parentdf7a3792f558dd5f4e39c7ca1f6feda9753be1f1
  - [feature] The types of columns excluded from the
    setinputsizes() set can be customized by sending
    a list of string DBAPI type names to exclude.
   This list was previously fixed.  The list also
    now defaults to STRING, UNICODE, removing
    CLOB, NCLOB from the list.  [ticket:2469]
CHANGES
lib/sqlalchemy/dialects/oracle/cx_oracle.py
test/dialect/test_oracle.py