summaryrefslogtreecommitdiff
path: root/oslo_db/tests/fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sqlalchemy-migrateMike Bayer2023-03-211-27/+10
* trivial: Don't emit warnings for our own deprecationsStephen Finucane2022-02-081-0/+7
* tests: Enable SAWarning warningsStephen Finucane2022-02-081-2/+3
* Remove the 'Session.autocommit' parameterStephen Finucane2022-02-081-9/+1
* Don't call 'begin()' on existing transactionStephen Finucane2022-02-081-5/+0
* 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-021-5/+6
|\ \ | |/
| * Don't rely on implicit autocommitStephen Finucane2021-08-101-5/+6
* | tests: Restore - don't reset - warning filtersStephen Finucane2021-11-191-1/+7
|/
* Replace use of 'Engine.execute()'Stephen Finucane2021-08-101-5/+6
* Don't call mapper() outside of declarative registryStephen Finucane2021-08-101-5/+0
* Don't pass kwargs to connection.execute()Stephen Finucane2021-08-101-5/+0
* 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-101-5/+0
* Don't use the 'Row.keys()' methodStephen Finucane2021-08-101-5/+0
* Don't use dict-style attribute accessesStephen Finucane2021-08-101-5/+0
* Don't use plain string SQL statementsStephen Finucane2021-08-101-5/+0
* Replace use of Table.autoload parameterStephen Finucane2021-08-101-5/+0
* Replace use of update.whereclause parameterStephen Finucane2021-08-101-5/+0
* Update import of declarative_base()Stephen Finucane2021-08-101-5/+0
* Replace use of update.values parameterStephen Finucane2021-08-101-5/+0
* Replace use of insert.values parameterStephen Finucane2021-08-101-5/+0
* Add missing bind argument to callsStephen Finucane2021-08-101-5/+0
* Don't pass strings to Connection.execute()Stephen Finucane2021-08-101-5/+11
* Remove use of MetaData.bind argumentStephen Finucane2021-08-091-5/+0
* Remove legacy calling style of select()Stephen Finucane2021-07-291-5/+0
* tests: Enable SQLAlchemy 2.0 deprecation warningsStephen Finucane2021-07-291-0/+114
* tests: Enable SADeprecationWarning warningsStephen Finucane2021-07-291-0/+36