summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add release note for base test class removal"13.0.0Zuul2023-04-172-5/+5
|\
| * Add release note for base test class removalStephen Finucane2023-04-172-5/+5
* | Merge "Remove logic for SQLAlchemy < 1.4"Zuul2023-04-172-36/+2
|\ \
| * | Remove logic for SQLAlchemy < 1.4Stephen Finucane2023-04-172-36/+2
* | | Merge "Match exceptions with multiple lines"Zuul2023-04-171-44/+45
|\ \ \ | |/ /
| * | Match exceptions with multiple linesStephen Finucane2023-04-171-44/+45
* | | Merge "Remove dead code"Zuul2023-04-171-63/+0
|\ \ \ | |/ / | | / | |/ |/|
| * Remove dead codeStephen Finucane2023-04-171-63/+0
* | Merge "Remove legacy base test classes"Zuul2023-04-171-204/+0
|\ \ | |/ |/|
| * Remove legacy base test classesStephen Finucane2023-03-221-204/+0
* | Use SQLAlchemy native pre-pingStephen Finucane2023-04-063-8/+35
* | Get test suite to full pass with SQLAlchemy 2.0Stephen Finucane2023-04-066-75/+117
* | Do not convert to string ``url.URL`` objectsRodolfo Alonso Hernandez2023-03-274-7/+14
|/
* Remove sqlalchemy-migrateMike Bayer2023-03-214-716/+0
* Rollback the connection after server ping methodRodolfo Alonso Hernandez2023-03-021-0/+8
* Fix default value for wsrep_sync_wait option12.3.1Ayumu Ueha2023-01-181-4/+5
* Add option for wsrep_sync_waitMike Bayer2022-12-052-6/+21
* Merge "Deprecate MySQL NDB Cluster Support"Zuul2022-09-095-15/+108
|\
| * Deprecate MySQL NDB Cluster SupportStephen Finucane2022-07-275-15/+108
* | 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
* | tests: Enable SAWarning warningsStephen Finucane2022-02-081-3/+15
* | Remove the 'Session.autocommit' parameterStephen Finucane2022-02-082-4/+13
* | Add missing 'connect' wrapperStephen Finucane2022-02-081-1/+3
|/
* utils: Remove troublesome utility methods11.2.0Stephen Finucane2022-02-082-143/+0
* Merge "Remove use of Session.begin.subtransactions flag"Zuul2022-02-021-12/+2
|\
| * Remove use of Session.begin.subtransactions flagStephen Finucane2021-08-101-12/+2
* | Merge "Don't rely on implicit autocommit"Zuul2022-02-022-64/+84
|\ \ | |/
| * Don't rely on implicit autocommitStephen Finucane2021-08-102-64/+84
* | Merge "Replace use of 'Engine.execute()'"11.1.0Zuul2021-11-151-27/+31
|\ \ | |/
| * Replace use of 'Engine.execute()'Stephen Finucane2021-08-101-27/+31
* | Merge "Don't pass kwargs to connection.execute()"Zuul2021-11-122-4/+8
|\ \ | |/
| * Don't pass kwargs to connection.execute()Stephen Finucane2021-08-102-4/+8
* | Merge "Replace use of Executable.execute method"Zuul2021-11-121-75/+83
|\ \ | |/
| * Replace use of Executable.execute methodStephen Finucane2021-08-101-75/+83
* | Merge "Don't use dict-style attribute accesses"Zuul2021-11-121-1/+1
|\ \ | |/
| * Don't use dict-style attribute accessesStephen Finucane2021-08-101-1/+1
* | Configure driver for postgresStephen Finucane2021-09-241-2/+1
|/
* Replace use of update.whereclause parameterStephen Finucane2021-08-101-1/+3
* Replace use of update.values parameterStephen Finucane2021-08-101-3/+3
* Don't pass strings to Connection.execute()Stephen Finucane2021-08-101-14/+16
* Remove use of MetaData.bind argumentStephen Finucane2021-08-091-41/+70
* Remove legacy calling style of select()Stephen Finucane2021-07-292-6/+11
* utils: Deprecate sqlalchemy-migrate-related functionsStephen Finucane2021-07-291-0/+13
* tests: Enable SADeprecationWarning warningsStephen Finucane2021-07-291-15/+22
* Merge "Drop checks for IBM DB2"Zuul2021-07-293-37/+10
|\
| * Drop checks for IBM DB2Stephen Finucane2021-07-283-37/+10
* | tests: Remove 'ModelsMigrationsSync.check_foreign_keys'Stephen Finucane2021-06-251-96/+0
* | sqlalchemy: Remove checks for older depsStephen Finucane2021-06-252-17/+1
|/
* Merge "types: Set 'cache_ok'"10.0.0Zuul2021-06-251-0/+4
|\