]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The Oracle LONG type, while an unbounded text type, does not appear
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Dec 2012 00:32:58 +0000 (19:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Dec 2012 00:32:58 +0000 (19:32 -0500)
commitf2909ff71bc854da04df2d7f4abd501696a424c8
tree219a4bbb784f2e63576648f9a33f805784aeb898
parenta1405b3d5a991fb1a76c317fe3a006a107296ca3
The Oracle LONG type, while an unbounded text type, does not appear
to use the cx_Oracle.LOB type when result rows are returned,
so the dialect has been repaired to exclude LONG from
having cx_Oracle.LOB filtering applied.
[ticket:2620]
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/dialects/oracle/cx_oracle.py
test/dialect/test_oracle.py