summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove sqlalchemy < 1.0.0 compatible layer"Jenkins2016-03-246-575/+4
|\
| * Remove sqlalchemy < 1.0.0 compatible layerChangBo Guo(gcb)2016-03-146-575/+4
* | Merge "Add new filter for DBDataError exception"Jenkins2016-03-232-0/+38
|\ \
| * | Add new filter for DBDataError exceptionbhagyashris2016-03-222-0/+38
* | | Fix spelling mistakedineshbhor2016-03-221-1/+1
|/ /
* | Let enginefacade._TransactionContextManager look for contextAndrew Laski2016-03-182-1/+20
|/
* Merge "Add tests for float interval values in wrap_db_retry()"Jenkins2016-03-021-5/+26
|\
| * Add tests for float interval values in wrap_db_retry()Julian Sy2016-02-251-5/+26
* | Merge "Increase the default max_overflow value"4.6.0Jenkins2016-02-241-0/+1
|\ \ | |/ |/|
| * Increase the default max_overflow valueRoman Podoliaka2016-02-241-0/+1
* | Clarify the types for retry_interval args of wrap_db_retryHenry Gessau2016-02-181-3/+4
|/
* 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