summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce severity of wrapped exceptions logs to warningDarragh O'Reilly2019-11-131-3/+2
* Rollback existing nested transacvtion before restarting5.0.1Mike Bayer2019-06-071-0/+4
* Merge "Support context function argument as keyword"Zuul2019-05-151-1/+4
|\
| * Support context function argument as keywordAdrian Chiris2019-04-071-1/+4
* | Merge "Removing deprecated min_pool_size"Zuul2019-04-241-1/+1
|\ \
| * | Removing deprecated min_pool_sizeErik Olof Gunnar Andersson2019-04-061-1/+1
| |/
* | Fix deprecation warnings under py36Sean McGinnis2019-04-112-11/+17
|/
* Merge "Resolve SAWarning in Query.soft_delete()"4.44.0Zuul2019-02-131-3/+3
|\
| * Resolve SAWarning in Query.soft_delete()Mike Bayer2019-02-011-3/+3
* | exc_filters: fix deadlock detection for MariaDB/Galera clusterPierre-Samuel Le Stang2019-02-081-0/+2
|/
* Merge "Update hacking version"Zuul2019-01-221-2/+2
|\