summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/provision.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-1/+1
* Add SQL Server CI coverageMike Bayer2017-08-311-38/+112
* - allow a separate template database to be used forMike Bayer2017-08-221-5/+8
* - simplify and see if it still worksMike Bayer2017-08-211-23/+6
* - keep trying to get PG dbs to buildMike Bayer2017-08-211-0/+11
* - add missing quotesMike Bayer2017-08-211-1/+1
* - try to get PG database create to be more reliableMike Bayer2017-08-211-1/+10
* - filter out non-oracle URLsMike Bayer2017-08-211-0/+2
* - rework oracle de-provisioning to write URLs to the file as well,Mike Bayer2017-08-201-29/+42
* - add some logging for the provisioningMike Bayer2017-08-191-0/+2
* - do ten attempts to create databaseMike Bayer2017-08-191-1/+1
* Allow multiple versions of single backendMike Bayer2017-08-041-0/+1
* New features from python 2.7Катаев Денис2017-03-171-1/+1
* Repair _execute_scalar for WITH_UNICODE modeMike Bayer2017-03-131-0/+6
* - limit oracle DB reaps to identifiers generated from thisMike Bayer2016-06-021-3/+7
* Let logging format messages on demand, use warning instead of deprecated warnpr/265Ville Skyttä2016-05-031-2/+2
* - 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
* - 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