summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/provision.py
Commit message (Expand)AuthorAgeFilesLines
* - don't drop the ts1/ts2 databases without seeing the primary DB,Mike Bayer2016-02-091-6/+21
* - Testing reveals that we have *no* weak references to any cx_Oracle connecti...Mike Bayer2016-02-081-9/+32
* - attempt a different style of session killMike Bayer2016-02-081-1/+2
* - add a session killer for oracle provisioningMike Bayer2016-02-041-0/+5
* - more oracle fixesMike Bayer2016-02-031-4/+9
* - add multi-database provisioning for oracleMike Bayer2016-02-031-0/+29
* - put a retry in for PG database provisioning as it locksMike Bayer2016-01-291-1/+14
* - bzzt, fix the base _post_configure_engine() call to not failMike Bayer2015-09-291-1/+1
* - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-281-3/+28
* - db_opts doesn't need to be a global since we no longer have any globalMike Bayer2015-07-171-1/+2
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-241-0/+11
* cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-15/+5
* improve exception vs. exit handlingndparker2014-09-231-0/+10
* - remove some crufty old testing optionsMike Bayer2014-09-141-0/+189