summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Modernize use of table.count() with func.count()"Zuul2020-04-211-4/+10
|\
| * Modernize use of table.count() with func.count()Mike Bayer2020-04-061-4/+10
* | Remove use of deprecated LOG.warnSean McGinnis2020-04-141-2/+2
* | Use unittest.mock instead of third party mock8.1.0Sean McGinnis2020-03-3113-15/+14
|/
* Update hacking for Python3Andreas Jaeger2020-03-304-0/+4
* Remove 'handle_connect_error'8.0.0Stephen Finucane2020-02-251-5/+0
* Drop use of sixStephen Finucane2020-02-2516-119/+40
* Remove final references to moxStephen Finucane2020-02-252-6/+0
* Raise minimum SQLAlchemy version to 1.2.0Stephen Finucane2020-02-256-127/+15
* Drop unittest2 usageSean McGinnis2020-01-121-3/+3
* Merge "Convert remaining use of mox"Zuul2019-12-181-204/+329
|\
| * Convert remaining use of moxStephen Finucane2019-12-171-204/+329
* | Remove deprecated class DbMigrationError since we already have DBMigrationErrorYaguo Zhou2019-12-171-12/+1
|/
* Use regex to compare SQL strings with IN5.1.1Mike Bayer2019-12-111-7/+7
* Reduce severity of wrapped exceptions logs to warningDarragh O'Reilly2019-11-131-3/+2
* Use connect, not contextual_connectMike Bayer2019-07-171-3/+3
* Rollback existing nested transacvtion before restarting5.0.1Mike Bayer2019-06-071-0/+4
* Merge "Support context function argument as keyword"Zuul2019-05-152-1/+17
|\
| * Support context function argument as keywordAdrian Chiris2019-04-072-1/+17
* | Merge "Removing deprecated min_pool_size"Zuul2019-04-243-18/+1
|\ \
| * | Removing deprecated min_pool_sizeErik Olof Gunnar Andersson2019-04-063-18/+1
| |/
* | Fix deprecation warnings under py36Sean McGinnis2019-04-113-13/+24
|/
* 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-082-0/+8
|/
* 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-304-28/+55
|\
| * Move warnings to their own moduleStephen Finucane2018-10-174-28/+55
* | Add "is_started" flag to enginefacadeMike Bayer2018-10-242-1/+46
|/
* 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-042-6/+39
|\
| * Rename enginefacade.async to enginefacade.async_Mike Bayer2018-07-022-6/+39
* | Remove most server_default comparison logic4.39.0Mike Bayer2018-06-152-20/+5
|/
* Deprecate min_pool_sizeErik Olof Gunnar Andersson2018-04-301-0/+3
* Merge "Improve exponential backoff for wrap_db_retry"Zuul2018-04-172-7/+90
|\
| * Improve exponential backoff for wrap_db_retryYikun Jiang2018-04-132-7/+90
* | 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-0213-54/+93
* | | Merge "Imported Translations from Zanata"Zuul2018-03-011-4/+4
|\ \ \
| * | | Imported Translations from ZanataOpenStack Proposal Bot2018-03-011-4/+4
* | | | 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-204-2/+103
|\ \ \ \ | |/ / / |/| | |
| * | | Allow connection query string to be passed separately.Mike Bayer2018-01-304-2/+103
| |/ /
* | | Reverse role of synchronous_readerMike Bayer2018-01-292-11/+13
|/ /
* | Fix a typo of "transaction" in commentwanghui2018-01-181-4/+4
* | Merge "Remove function optimize_db_test_loader in test_base.py"Zuul2018-01-053-10/+3
|\ \