]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Rearranged engine initialization, its now easy to make ad-hoc testing engines that...
authorJason Kirtland <jek@discorporate.us>
Fri, 3 Aug 2007 20:08:26 +0000 (20:08 +0000)
committerJason Kirtland <jek@discorporate.us>
Fri, 3 Aug 2007 20:08:26 +0000 (20:08 +0000)
commit4b0c6aff011e46e83b932f9295f7218129d51e64
tree18a88bb8e40cfdbb267fc3fa9959f5f36c901b3a
parent0b14d14db18d8f7f66b411fe2cd981af8bc2c42b
Rearranged engine initialization, its now easy to make ad-hoc testing engines that preserve all of the --options requested
Promoted the 'utf8 bind' logic for tests needing utf8 connections into testlib
Added a pause before issuing DROPs to rid the testing db of clutter
test/engine/bind.py
test/sql/unicode.py
test/testlib/__init__.py
test/testlib/config.py
test/testlib/engines.py [new file with mode: 0644]