summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\
| * Update hacking versionZhijunWei2019-01-031-2/+2
* | Remove convert_unicode flag4.43.0Mike Bayer2018-12-211-1/+0
|/
* Merge "Move warnings to their own module"4.42.0Zuul2018-10-301-3/+3
|\
| * Move warnings to their own moduleStephen Finucane2018-10-171-3/+3
* | Add "is_started" flag to enginefacadeMike Bayer2018-10-241-1/+20
|/
* Fix FOREIGN KEY messages for MariaDB 10.2, 10.34.41.14.41.0Mike Bayer2018-08-301-4/+4
* Merge "Rename enginefacade.async to enginefacade.async_"4.40.0Zuul2018-07-041-1/+13
|\
| * Rename enginefacade.async to enginefacade.async_Mike Bayer2018-07-021-1/+13
* | Remove most server_default comparison logic4.39.0Mike Bayer2018-06-151-20/+0
|/
* Merge "Ignore 'use_tpool' option"Zuul2018-03-091-4/+4
|\
| * Ignore 'use_tpool' optionStephen Finucane2018-03-091-4/+4
* | Ensure all test fixtures in oslo_db.tests are privateMike Bayer2018-03-021-2/+6
* | Merge "Conditionally adjust for quoting in comparing MySQL defaults"Zuul2018-03-011-3/+5
|\ \
| * | Conditionally adjust for quoting in comparing MySQL defaultsMike Bayer2018-02-221-3/+5
* | | Merge "Allow connection query string to be passed separately."Zuul2018-02-202-2/+24
|\ \ \ | |/ / |/| |
| * | Allow connection query string to be passed separately.Mike Bayer2018-01-302-2/+24
| |/
* | Reverse role of synchronous_readerMike Bayer2018-01-291-2/+4
|/
* Merge "Remove function optimize_db_test_loader in test_base.py"Zuul2018-01-052-7/+3
|\
| * Remove function optimize_db_test_loader in test_base.pyzhangyangyang2017-09-072-7/+3