]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- DB connection urls for tests can now be loaded from a configuration file
authorJason Kirtland <jek@discorporate.us>
Fri, 25 May 2007 22:30:39 +0000 (22:30 +0000)
committerJason Kirtland <jek@discorporate.us>
Fri, 25 May 2007 22:30:39 +0000 (22:30 +0000)
commitea652e9d1006eb73594e5a25b9d791b77833e196
tree58d89b67b13ef4b1f1602c0602824cb3263dd0f6
parent30b51f68f9c97627c1bc7da8a61eef914412560e
- DB connection urls for tests can now be loaded from a configuration file
- Test runs can now --require a particular external package version
- Added some 'coerce' magic to the Oracle connection factory to support use_ansi in the dburl query string
lib/sqlalchemy/databases/oracle.py
test/testbase.py