summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | remove unicode from codexuanyandong2021-01-031-3/+3
* | Deprecate the 'oslo_db.sqlalchemy.migration_cli' moduleStephen Finucane2020-10-301-0/+7
* | Deprecate 'oslo_db.sqlalchemy.migration' moduleStephen Finucane2020-10-301-0/+10
|/
* Remove use of deprecated LOG.warnSean McGinnis2020-04-141-2/+2
* Update hacking for Python3Andreas Jaeger2020-03-303-0/+3
* Remove 'handle_connect_error'8.0.0Stephen Finucane2020-02-251-5/+0
* Drop use of sixStephen Finucane2020-02-258-43/+21
* Raise minimum SQLAlchemy version to 1.2.0Stephen Finucane2020-02-254-78/+3