summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* tests: Use common base classStephen Finucane2021-07-2916-128/+147
* tests: Enfeeble 'oslo_db.tests.utils.BaseTestCase'Stephen Finucane2021-07-293-9/+9
* tests: Clean up base testStephen Finucane2021-07-291-37/+5
* Merge "Drop checks for IBM DB2"Zuul2021-07-296-134/+13
|\
| * Drop checks for IBM DB2Stephen Finucane2021-07-286-134/+13
* | tests: Remove 'ModelsMigrationsSync.check_foreign_keys'Stephen Finucane2021-06-252-301/+27
* | concurrency: Deprecate 'TpoolDbapiWrapper'Stephen Finucane2021-06-251-7/+24
* | 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-234-26/+0
|\ \ \
| * | | Remove the idle_timeout option.Daniel Bengtsson2021-06-234-26/+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-042-0/+35
|/
* Merge "Remove the sql_max_pool_size option."9.0.0Zuul2021-05-032-8/+0
|\
| * Remove the sql_max_pool_size option.Daniel Bengtsson2021-04-262-8/+0
* | 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-284-9/+46
|\ \ \ | |/ /
| * | Accommodate immutable URL apiMike Bayer2020-12-114-9/+46
* | | Merge "remove unicode from code"Zuul2021-04-162-6/+6
|\ \ \ | |_|/ |/| |
| * | remove unicode from codexuanyandong2021-01-032-6/+6
* | | Fix the conflict status with hacking.Daniel Bengtsson2021-03-092-18/+6
|/ /
* | Merge "Deprecate the 'oslo_db.sqlalchemy.migration_cli' module"8.5.0Zuul2020-10-301-0/+7
|\ \
| * | Deprecate the 'oslo_db.sqlalchemy.migration_cli' moduleStephen Finucane2020-10-301-0/+7
* | | Merge "Deprecate 'oslo_db.sqlalchemy.migration' module"Zuul2020-10-301-0/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Deprecate 'oslo_db.sqlalchemy.migration' moduleStephen Finucane2020-10-301-0/+10
* | Set create_constraint=True for boolean constraint testMike Bayer2020-06-031-1/+1
|/