summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy/provision.py
Commit message (Expand)AuthorAgeFilesLines
* Remove logic for SQLAlchemy < 1.4Stephen Finucane2023-04-171-9/+1
* Get test suite to full pass with SQLAlchemy 2.0Stephen Finucane2023-04-061-15/+9
* Do not convert to string ``url.URL`` objectsRodolfo Alonso Hernandez2023-03-271-5/+4
* Merge "Don't rely on implicit autocommit"Zuul2022-02-021-9/+15
|\
| * Don't rely on implicit autocommitStephen Finucane2021-08-101-9/+15
* | Merge "Don't pass kwargs to connection.execute()"Zuul2021-11-121-3/+7
|\ \ | |/
| * Don't pass kwargs to connection.execute()Stephen Finucane2021-08-101-3/+7
* | Configure driver for postgresStephen Finucane2021-09-241-2/+1
|/
* Don't pass strings to Connection.execute()Stephen Finucane2021-08-101-14/+16
* Drop checks for IBM DB2Stephen Finucane2021-07-281-1/+1
* Accommodate immutable URL apiMike Bayer2020-12-111-1/+10
* Drop use of sixStephen Finucane2020-02-251-7/+2
* Remove provisioned_engine in class BackendImplzhangyangyang2017-09-051-31/+0
* Merge "Remove method provisioned_engine in class Backend"Jenkins2017-09-051-11/+0
|\
| * Remove method provisioned_engine in class Backendzhangyangyang2017-09-031-11/+0
* | Remove class TransactionResourcezhangyangyang2017-09-031-21/+0
|/
* Remove log translationschenlx2017-03-301-3/+2
* Ensure provision_new_database is True by default4.15.0Mike Bayer2016-11-291-1/+1
* Enhanced fixtures for enginefacade-based provisioningMike Bayer2016-11-041-14/+49
* OpenStack typomelissaml2016-10-241-1/+1
* Link enginefacade to test database provisioningMike Bayer2016-08-111-27/+109
* Display full reason for backend not availableMike Bayer2016-08-081-7/+13
* Remove sqlalchemy < 1.0.0 compatible layerChangBo Guo(gcb)2016-03-141-2/+1
* Removed Unused variable 'drivertype'nandal2015-11-091-1/+1
* Switch from MySQL-python to PyMySQLJeremy Stanley2015-06-181-1/+1
* Organize provisioning to use testresourcesMike Bayer2015-02-041-116/+111
* Implement backend-specific drop_all_objects for provisioning.Mike Bayer2015-01-291-0/+68
* Ensure mysql_sql_mode is set for MySQLOpportunisticTestsMike Bayer2015-01-081-1/+8
* Move files out of the namespace packageDoug Hellmann2014-12-241-0/+507