]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
start relying on new unicode detection fully - remove isinstance() from the unicode...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Nov 2009 19:46:54 +0000 (19:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Nov 2009 19:46:54 +0000 (19:46 +0000)
commit447dc44e1f8d0c021e92216eb4608d0043fc2eaf
treeec6ab64a6376f42b10d60e186b153e131ab8ea38
parent5f6ed1a3f8bb0b2a724c7f07b98936433a3ef053
start relying on new unicode detection fully - remove isinstance() from the unicode result processing.
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/types.py
test/dialect/test_oracle.py
test/sql/test_types.py