summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/provision.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-2/+1
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-4/+0
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-1/+10
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-2/+9
* remove metadata.bind use from test suiteMike Bayer2021-01-031-0/+62
* Further attempts to repair SQL server temp table issueMike Bayer2021-01-021-1/+2
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-2/+8
* disambiguate SQL server temp table constraint namesMike Bayer2020-12-291-0/+5
* test fixes for oracle 18cMike Bayer2020-12-181-0/+5
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+8
* dont try to update on None query_strMike Bayer2020-10-081-1/+2
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+4
* Improve reflection for mssql temporary tablesGord Thompson2020-09-011-0/+15
* make URL immutableMike Bayer2020-08-251-13/+13
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-4/+18
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-2/+4
* Provision on different drivers dynamicallyMike Bayer2020-08-141-0/+87
* Rename py.test to pytestGord Thompson2020-04-161-1/+1
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-0/+4
* Don't import provision.py unconditionallyMike Bayer2020-03-031-2/+3
* Add pyprojectFederico Caselli2020-01-271-1/+2
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-261-307/+57
* Render N'' for SQL Server unicode literalsMike Bayer2019-01-151-6/+3
* Post black reformattingMike Bayer2019-01-061-8/+14
* Run black -l 79 against all source filesMike Bayer2019-01-061-38/+48
* Assorted pre-Black fixesMike Bayer2019-01-051-3/+6
* Add unique_constraint_name to MSSQL FK reflectionSean Dunn2018-06-291-0/+1
* Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-251-3/+9
* 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