]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- attempted to add a test for #622 / #751, but cant reproduce the failing condition
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Oct 2007 16:56:32 +0000 (16:56 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Oct 2007 16:56:32 +0000 (16:56 +0000)
commit9f856b88f6695318e32842a88fddd8f645e5cda5
treeff5cebeb6eef9a6917c457a57c77d494d2032cfd
parentbe6f2a9c5b6b3c51136917820350828794d7d126
- attempted to add a test for #622 / #751, but cant reproduce the failing condition
- fixed major oracle bug introduced by r3561, since colnames come back as unicode now,
need to encode keys in setinputsizes() step
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/engine/default.py
test/dialect/oracle.py