summaryrefslogtreecommitdiff
path: root/oslo_db/tests/sqlalchemy/test_sqlalchemy.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove legacy base test classes"Zuul2023-04-171-1/+1
|\
| * Remove legacy base test classesStephen Finucane2023-03-221-1/+1
* | Get test suite to full pass with SQLAlchemy 2.0Stephen Finucane2023-04-061-37/+36
* | Do not convert to string ``url.URL`` objectsRodolfo Alonso Hernandez2023-03-271-16/+16
|/
* Rollback the connection after server ping methodRodolfo Alonso Hernandez2023-03-021-0/+21
* Add option for wsrep_sync_waitMike Bayer2022-12-051-2/+41
* Don't rely on implicit autocommitStephen Finucane2021-08-101-2/+5
* Replace use of 'Engine.execute()'Stephen Finucane2021-08-101-40/+51
* Don't pass kwargs to connection.execute()Stephen Finucane2021-08-101-2/+1
* Replace use of Engine.scalar()Stephen Finucane2021-08-101-4/+4
* Don't use dict-style attribute accessesStephen Finucane2021-08-101-1/+1
* Update import of declarative_base()Stephen Finucane2021-08-101-1/+1
* Add missing bind argument to callsStephen Finucane2021-08-101-3/+2
* Don't pass strings to Connection.execute()Stephen Finucane2021-08-101-9/+14
* Remove legacy calling style of select()Stephen Finucane2021-07-291-1/+1
* tests: Use common base classStephen Finucane2021-07-291-15/+15
* Drop checks for IBM DB2Stephen Finucane2021-07-281-16/+0
* Remove the idle_timeout option.Daniel Bengtsson2021-06-231-4/+0
* Merge "Accommodate immutable URL api"Zuul2021-04-281-5/+15
|\
| * Accommodate immutable URL apiMike Bayer2020-12-111-5/+15
* | remove unicode from codexuanyandong2021-01-031-3/+3
|/
* Merge "Modernize use of table.count() with func.count()"Zuul2020-04-211-4/+10
|\
| * Modernize use of table.count() with func.count()Mike Bayer2020-04-061-4/+10
* | Use unittest.mock instead of third party mock8.1.0Sean McGinnis2020-03-311-1/+1
|/
* Drop use of sixStephen Finucane2020-02-251-7/+2
* Ensure all test fixtures in oslo_db.tests are privateMike Bayer2018-03-021-7/+7
* Allow connection query string to be passed separately.Mike Bayer2018-01-301-0/+74
* Rename idle_timeout to connection_recycle_timeMike Bayer2017-08-151-1/+5
* Merge "Enable MySQL Storage Engine selection"Jenkins2017-06-281-0/+1
|\
| * Enable MySQL Storage Engine selectionoorgeron2017-06-261-0/+1
* | Warn on URL without a drivernameMike Bayer2017-05-241-0/+46
|/
* Enhanced fixtures for enginefacade-based provisioningMike Bayer2016-11-041-3/+4
* Using new style assertions instead of old style assertionshowardlee2016-11-041-15/+15
* Merge "Fix parameters of assertEqual are misplaced"Jenkins2016-08-111-21/+20
|\
| * Fix parameters of assertEqual are misplacedyan.haifeng2016-07-201-21/+20
* | Add logging_name to enginefacade configMike Bayer2016-08-031-0/+1
|/
* Fixed unit tests running on WindowsAlexandru Coman2016-07-141-1/+3
* Add support for custom JSON serializerJulien Danjou2016-05-191-0/+2
* Python 3: Use use_unicode=1 under Python 3fumihiko kakuma2015-07-301-6/+12
* Switch from MySQL-python to PyMySQLJeremy Stanley2015-06-181-1/+7
* Implement new oslo.db.sqlalchemy.enginefacade moduleMike Bayer2015-06-041-15/+16
* Update to latest hackingDoug Hellmann2015-04-031-5/+5
* Add process guards + invalidate to the connection poolMike Bayer2015-03-121-0/+28
* Merge "Organize provisioning to use testresources"Jenkins2015-02-121-8/+10
|\
| * Organize provisioning to use testresourcesMike Bayer2015-02-041-8/+10
* | Merge "Fix PatchStacktraceTest for pypy"Jenkins2015-02-051-1/+3
|\ \ | |/ |/|
| * Fix PatchStacktraceTest for pypyOleksii Chuprykov2015-01-221-1/+3
* | Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-1/+1
|/
* Ensure mysql_sql_mode is set for MySQLOpportunisticTestsMike Bayer2015-01-081-1/+14
* Fix PatchStacktraceTest testVictor Sergeyev2015-01-051-15/+22