]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added dialect flag "auto_convert_lobs", defaults to True; will cause any
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Jun 2007 15:36:54 +0000 (15:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Jun 2007 15:36:54 +0000 (15:36 +0000)
commit1af29a42d2007037f5ea790a005d05dded7d43c1
treedcc556db40565f7fe900e375b5648ed02c33cca3
parent3c1a7710f0c1278a18ddeec28f3f67362fbc5ae7
- added dialect flag "auto_convert_lobs", defaults to True; will cause any
LOB objects detected in a result set to be forced into OracleBinary
so that the LOB is read() automatically, if no typemap was present
(i.e., if a textual execute() was issued).
CHANGES
lib/sqlalchemy/databases/oracle.py
test/sql/testtypes.py