summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy base test classesStephen Finucane2023-03-221-204/+0
* 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
|\
| * types: Set 'cache_ok'Stephen Finucane2021-06-221-0/+4
* | Merge "Remove the useless else."Zuul2021-06-231-2/+1
|\ \
| * | Remove the useless else.Daniel Bengtsson2021-06-231-2/+1
* | | Merge "Remove the idle_timeout option."Zuul2021-06-231-4/+0
|\ \ \
| * | | Remove the idle_timeout option.Daniel Bengtsson2021-06-231-4/+0
| |/ /
* | | Merge "Replace getargspec with getfullargspec"Zuul2021-06-222-22/+2
|\ \ \ | |_|/ |/| |
| * | Replace getargspec with getfullargspeclikui2021-05-112-22/+2
| |/
* | Added handler for mysql 8.0.19 duplicate key error updateKamlesh Chauvhan2021-06-041-0/+9
|/
* Merge "Don't use private API to get query criteria"8.6.0Zuul2021-04-281-4/+3
|\
| * Don't use private API to get query criteriaMike Bayer2021-04-281-4/+3
* | Merge "Accommodate immutable URL api"Zuul2021-04-282-2/+21
|\ \ | |/
| * Accommodate immutable URL apiMike Bayer2020-12-112-2/+21