summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/provision.py
Commit message (Expand)AuthorAgeFilesLines
* - not sure why MySQL DROP DBs fail but we can't just ignore the errorMike Bayer2016-03-031-12/+3
* - don't drop the ts1/ts2 databases without seeing the primary DB,Mike Bayer2016-02-091-6/+21
* - repair generic _post_configure_engine() from previous changesetMike Bayer2016-02-091-1/+1
* - backport changes to SQLite attached DB tests so thatMike Bayer2016-02-091-2/+28
* - Testing reveals that we have *no* weak references to any cx_Oracle connecti...Mike Bayer2016-02-091-3/+32
* - more oracle fixesMike Bayer2016-02-081-4/+9
* - add multi-database provisioning for oracleMike Bayer2016-02-081-0/+29
* - put a retry in for PG database provisioning as it locksMike Bayer2016-01-291-2/+14
* - 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