summaryrefslogtreecommitdiff
path: root/oslo_db/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove use of Session.begin.subtransactions flag"Zuul2022-02-021-5/+0
|\
| * Remove use of Session.begin.subtransactions flagStephen Finucane2021-08-101-5/+0
* | Merge "Don't rely on implicit autocommit"Zuul2022-02-024-39/+64
|\ \ | |/
| * Don't rely on implicit autocommitStephen Finucane2021-08-104-39/+64
* | tests: Restore - don't reset - warning filtersStephen Finucane2021-11-191-1/+7
|/
* Replace use of 'Engine.execute()'Stephen Finucane2021-08-104-148/+186
* Don't call mapper() outside of declarative registryStephen Finucane2021-08-103-9/+9
* Don't pass kwargs to connection.execute()Stephen Finucane2021-08-102-7/+1
* Replace use of Executable.execute methodStephen Finucane2021-08-101-5/+0
* Remove unnecessary warning filterStephen Finucane2021-08-101-5/+0
* Replace use of Engine.scalar()Stephen Finucane2021-08-103-12/+12
* Don't use the 'Row.keys()' methodStephen Finucane2021-08-102-6/+1
* Don't use dict-style attribute accessesStephen Finucane2021-08-103-11/+8
* Don't use plain string SQL statementsStephen Finucane2021-08-102-10/+5
* Replace use of Table.autoload parameterStephen Finucane2021-08-102-6/+1
* Replace use of update.whereclause parameterStephen Finucane2021-08-101-5/+0
* Update import of declarative_base()Stephen Finucane2021-08-109-17/+11
* Replace use of update.values parameterStephen Finucane2021-08-101-5/+0
* Replace use of insert.values parameterStephen Finucane2021-08-102-15/+10
* Add missing bind argument to callsStephen Finucane2021-08-102-8/+2
* Don't pass strings to Connection.execute()Stephen Finucane2021-08-104-35/+50
* Remove use of MetaData.bind argumentStephen Finucane2021-08-093-29/+25
* Remove legacy calling style of select()Stephen Finucane2021-07-296-17/+14
* tests: Enable SQLAlchemy 2.0 deprecation warningsStephen Finucane2021-07-291-0/+114
* tests: Enable SADeprecationWarning warningsStephen Finucane2021-07-293-2/+41
* tests: Use common base classStephen Finucane2021-07-2916-128/+147
* tests: Enfeeble 'oslo_db.tests.utils.BaseTestCase'Stephen Finucane2021-07-293-9/+9
* tests: Clean up base testStephen Finucane2021-07-291-37/+5
* Merge "Drop checks for IBM DB2"Zuul2021-07-293-97/+3
|\
| * Drop checks for IBM DB2Stephen Finucane2021-07-283-97/+3
* | tests: Remove 'ModelsMigrationsSync.check_foreign_keys'Stephen Finucane2021-06-251-205/+27
|/
* Merge "Remove the idle_timeout option."Zuul2021-06-232-10/+0
|\
| * Remove the idle_timeout option.Daniel Bengtsson2021-06-232-10/+0
* | Added handler for mysql 8.0.19 duplicate key error updateKamlesh Chauvhan2021-06-041-0/+26
|/
* Merge "Remove the sql_max_pool_size option."9.0.0Zuul2021-05-031-4/+0
|\
| * Remove the sql_max_pool_size option.Daniel Bengtsson2021-04-261-4/+0
* | Merge "Accommodate immutable URL api"Zuul2021-04-282-7/+25
|\ \
| * | Accommodate immutable URL apiMike Bayer2020-12-112-7/+25
* | | Merge "remove unicode from code"Zuul2021-04-161-3/+3
|\ \ \ | |_|/ |/| |
| * | remove unicode from codexuanyandong2021-01-031-3/+3
| |/
* | Fix the conflict status with hacking.Daniel Bengtsson2021-03-092-18/+6
|/
* Set create_constraint=True for boolean constraint testMike Bayer2020-06-031-1/+1
* 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-3113-15/+14
|/
* Update hacking for Python3Andreas Jaeger2020-03-301-0/+1
* Drop use of sixStephen Finucane2020-02-256-72/+16
* Remove final references to moxStephen Finucane2020-02-252-6/+0
* Raise minimum SQLAlchemy version to 1.2.0Stephen Finucane2020-02-252-49/+12
* Drop unittest2 usageSean McGinnis2020-01-121-3/+3