summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* tests: Define a primary keyStephen Finucane2022-09-091-1/+1
* tests: Fix compatibility with PostgreSQL 14+Stephen Finucane2022-09-091-3/+13
* Fix misuse of assert_has_callsTakashi Natsume2022-09-191-2/+2
* Merge "Deprecate MySQL NDB Cluster Support"Zuul2022-09-098-29/+138
|\
| * Deprecate MySQL NDB Cluster SupportStephen Finucane2022-07-278-29/+138
* | Merge "trivial: Formatting changes for oslo_db.options"Zuul2022-09-091-112/+182
|\ \ | |/
| * trivial: Formatting changes for oslo_db.optionsStephen Finucane2022-07-141-112/+182
* | types: Set 'cache_ok' (redux)Stephen Finucane2022-09-081-1/+7
* | Replace abc.abstractproperty with property and abc.abstractmethod12.1.0ljhuang2022-08-031-4/+8
* | trivial: Don't emit warnings for our own deprecationsStephen Finucane2022-02-081-0/+7
* | tests: Enable SAWarning warningsStephen Finucane2022-02-082-5/+18
* | Remove the 'Session.autocommit' parameterStephen Finucane2022-02-085-77/+83
* | Add missing 'connect' wrapperStephen Finucane2022-02-081-1/+3
|/
* Don't call 'begin()' on existing transactionStephen Finucane2022-02-082-7/+1
* utils: Remove troublesome utility methods11.2.0Stephen Finucane2022-02-083-219/+0
* Merge "Remove use of Session.begin.subtransactions flag"Zuul2022-02-022-17/+2
|\
| * Remove use of Session.begin.subtransactions flagStephen Finucane2021-08-102-17/+2
* | Merge "Don't rely on implicit autocommit"Zuul2022-02-026-103/+148
|\ \ | |/
| * Don't rely on implicit autocommitStephen Finucane2021-08-106-103/+148
* | tests: Restore - don't reset - warning filtersStephen Finucane2021-11-191-1/+7
* | Merge "Replace use of 'Engine.execute()'"11.1.0Zuul2021-11-155-175/+217
|\ \ | |/
| * Replace use of 'Engine.execute()'Stephen Finucane2021-08-105-175/+217
* | Merge "Don't call mapper() outside of declarative registry"Zuul2021-11-153-9/+9
|\ \ | |/
| * Don't call mapper() outside of declarative registryStephen Finucane2021-08-103-9/+9
* | Merge "Don't pass kwargs to connection.execute()"Zuul2021-11-124-11/+9
|\ \ | |/
| * Don't pass kwargs to connection.execute()Stephen Finucane2021-08-104-11/+9
* | Merge "Replace use of Executable.execute method"Zuul2021-11-122-80/+83
|\ \ | |/
| * Replace use of Executable.execute methodStephen Finucane2021-08-102-80/+83
* | Merge "Remove unnecessary warning filter"Zuul2021-11-121-5/+0
|\ \ | |/
| * Remove unnecessary warning filterStephen Finucane2021-08-101-5/+0
* | Merge "Replace use of Engine.scalar()"Zuul2021-11-123-12/+12
|\ \ | |/
| * Replace use of Engine.scalar()Stephen Finucane2021-08-103-12/+12
* | Merge "Don't use the 'Row.keys()' method"Zuul2021-11-122-6/+1
|\ \ | |/
| * Don't use the 'Row.keys()' methodStephen Finucane2021-08-102-6/+1
* | Merge "Don't use dict-style attribute accesses"Zuul2021-11-124-12/+9
|\ \ | |/
| * Don't use dict-style attribute accessesStephen Finucane2021-08-104-12/+9
* | Configure driver for postgresStephen Finucane2021-09-241-2/+1
|/
* 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-102-6/+3
* Update import of declarative_base()Stephen Finucane2021-08-109-17/+11
* Replace use of update.values parameterStephen Finucane2021-08-102-8/+3
* 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-105-49/+66
* Remove use of MetaData.bind argumentStephen Finucane2021-08-094-70/+95
* Remove legacy calling style of select()Stephen Finucane2021-07-298-23/+25
* tests: Enable SQLAlchemy 2.0 deprecation warningsStephen Finucane2021-07-291-0/+114
* utils: Deprecate sqlalchemy-migrate-related functionsStephen Finucane2021-07-291-0/+13
* tests: Enable SADeprecationWarning warningsStephen Finucane2021-07-294-17/+63