]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
catching up oracle to current, some tweaks to unittests to work better with oracle,
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Dec 2005 00:23:01 +0000 (00:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Dec 2005 00:23:01 +0000 (00:23 +0000)
commit4372eafaabd71e0e3935bf4b3931f1a75ac0993c
tree79347bcb58dcbf6f08863b8cfb17ca28bbe2ff5e
parent1980102244b79275b231130fe510c24f1199304d
catching up oracle to current, some tweaks to unittests to work better with oracle,
allow different ordering of expected statements.
unittests still dont work completely with oracle due to sequence columns in INSERT statements
lib/sqlalchemy/databases/oracle.py
test/objectstore.py
test/testbase.py