]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed oracle list of binary types to check for their presence in the module (such...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Feb 2007 01:18:54 +0000 (01:18 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Feb 2007 01:18:54 +0000 (01:18 +0000)
commit5f83c55fc7710ad495e64268627949ca91a66c72
tree4f4f4f3b10f856051e481324ca6415dfd7e7f4cf
parent67f020f69cbca55150c2d793ba3f9fcb95749838
- fixed oracle list of binary types to check for their presence in the module (such as BFILE not in all versions of cx_Oracle)
- removed oracle-handicap from binary unit test to test [ticket:435] fix, added an extra row containing None
lib/sqlalchemy/databases/oracle.py
test/sql/testtypes.py