summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* stop making a copy of options discovered by config generatorDoug Hellmann2016-02-101-3/+1
* exceptions: provide .message attribute for Py3K compatibility4.4.0Roman Podoliaka2016-02-082-0/+21
* InvalidSortKey constructor change breaks Heat unittestsDavanum Srinivas2016-02-062-1/+3
* Merge "exception: fix DBInvalidUnicodeParameter error message"Jenkins2016-02-052-2/+8
|\
| * exception: fix DBInvalidUnicodeParameter error messageJulien Danjou2016-02-042-2/+8
* | Merge "exceptions: enhance InvalidSortKey to carry the invalid key"Jenkins2016-02-053-5/+6
|\ \ | |/
| * exceptions: enhance InvalidSortKey to carry the invalid keyJulien Danjou2016-02-023-5/+6
* | Merge "exception: fix InvalidSortKey message"Jenkins2016-02-052-1/+7
|\ \ | |/
| * exception: fix InvalidSortKey messageJulien Danjou2016-02-012-1/+7
* | Merge "Add exc_filter for invalid Unicode string"Jenkins2016-02-032-0/+27
|\ \ | |/ |/|
| * Add exc_filter for invalid Unicode stringEric Harney2016-01-252-0/+27
* | Update translation setupAkihiro Motoki2016-01-2917-1/+842
|/
* Merge "Don't log non-db error in retry wrapper"4.3.1Jenkins2016-01-202-5/+12
|\
| * Don't log non-db error in retry wrapperMatt Riedemann2016-01-132-5/+12
* | Fix tests to work under both pymsysql 0.6.2 and 0.7.xDavanum Srinivas2016-01-151-3/+8
|/
* Fix comparison of Variant and other type in compare_type4.2.0AKamyshnikova2015-12-192-1/+18
* Don't trace DB errors when we're retryingMatt Riedemann2015-12-081-1/+6
* Added allow_async propertyPavel Kholkin2015-11-262-6/+84
* Detect not-started _TransactionFactory in legacy3.2.0Mike Bayer2015-11-112-0/+32
* Added method get_legacy_facade() to the _TransactionContextManagerSergey Nikitin2015-11-112-1/+24
* Removed Unused variable 'drivertype'nandal2015-11-091-1/+1
* Add debug logging for DB retry attempt.Eugene Nikanorov2015-10-121-0/+3
* Use stevedore directive to document pluginsAllison Randal2015-09-251-7/+7
* Docstring fixes for enginefacadeBrant Knudson2015-09-241-61/+58
* Fix warnings in docstringsBrant Knudson2015-09-243-5/+4
* Add support for pickling enginefacade context objectsMike Bayer2015-09-222-1/+20
* Handle case where oslo_db.tests has not been importedJoshua Harlow2015-09-081-3/+6
* Merge "Assume relative revisions belong to alembic"2.4.1Jenkins2015-08-202-0/+13
|\
| * Assume relative revisions belong to alembicBoris Bobrov2015-08-202-0/+13
* | Use correct config key in alembic extensionAndrew Melton2015-08-192-1/+5
|/
* Fix exception message about unavailable backendAnn Kamyshnikova2015-08-181-1/+1
* Merge "pagination: enhance sorting of null values"Jenkins2015-08-062-10/+62
|\
| * pagination: enhance sorting of null valuesMehdi Abaakouk2015-08-062-10/+62
* | Merge "Upgrade and downgrade based on revision existence"Jenkins2015-08-055-6/+161
|\ \ | |/ |/|
| * Upgrade and downgrade based on revision existenceBoris Bobrov2015-08-055-6/+161
* | Merge "Added catching of errors 1047 (Galera) for MySQL oslo db reconnect"Jenkins2015-08-042-1/+19
|\ \
| * | Added catching of errors 1047 (Galera) for MySQL oslo db reconnectDavanum Srinivas2015-07-142-1/+19
| |/
* | Merge "Add JSON-encoded types for sqlalchemy"Jenkins2015-08-032-0/+148
|\ \
| * | Add JSON-encoded types for sqlalchemyDmitry Tantsur2015-08-032-0/+148
* | | Merge "Python 3: Use use_unicode=1 under Python 3"Jenkins2015-07-312-7/+16
|\ \ \ | |/ / |/| |
| * | Python 3: Use use_unicode=1 under Python 3fumihiko kakuma2015-07-302-7/+16
* | | Merge "Fix test_migrations on Python 3"Jenkins2015-07-302-10/+16
|\ \ \ | |/ / |/| |
| * | Fix test_migrations on Python 3Victor Stinner2015-07-282-10/+16
* | | Improve failure mode handling in enginefacadeMike Bayer2015-07-273-7/+90
|/ /
* | Test that concurrent sqlalchemy transactions don't blockAngus Lees2015-07-162-0/+152
|/
* Merge "Allow projects that use test_models_sync to filter some changes"2.1.0Jenkins2015-07-012-2/+69
|\
| * Allow projects that use test_models_sync to filter some changesDavanum Srinivas2015-07-012-2/+69
* | Add legacy get_sessionmaker() methodMike Bayer2015-06-292-0/+19
* | Fix sqlalchemy.ModelBase.__contains__() behaviourVictor Stinner2015-06-262-1/+21
|/
* Merge "Allow additional exceptions in wrap_db_retry"Jenkins2015-06-262-18/+46
|\