summaryrefslogtreecommitdiff
path: root/oslo_db/exception.py
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy base test classesStephen Finucane2023-03-221-11/+0
* Drop use of sixStephen Finucane2020-02-251-2/+1
* Remove deprecated class DbMigrationError since we already have DBMigrationErrorYaguo Zhou2019-12-171-12/+1
* Move warnings to their own moduleStephen Finucane2018-10-171-24/+9
* Remove property message for DBInvalidUnicodeParameter and InvalidSortKeysunguangning2017-09-111-19/+0
* Enable MySQL Storage Engine selectionoorgeron2017-06-261-0/+4
* Add a specific exception for 'unknown database' errorsRoman Podoliaka2016-10-101-0/+12
* Memoize sys.exc_info() before attempting a savepoint rollbackMike Bayer2016-07-271-3/+4
* Merge "exception: make message mandatory in DbMigrationError and deprecates it"Jenkins2016-07-081-0/+14
|\
| * exception: make message mandatory in DbMigrationError and deprecates itJulien Danjou2016-06-271-0/+14
* | exc_filters: catch and translate non existent table on dropJulien Danjou2016-06-271-0/+12
* | exc_filters: catch and translate non existent constraint on dropJulien Danjou2016-06-221-0/+15
|/
* exceptions: provide .message attribute for Py3K compatibility4.4.0Roman Podoliaka2016-02-081-0/+15
* InvalidSortKey constructor change breaks Heat unittestsDavanum Srinivas2016-02-061-1/+1
* exception: fix DBInvalidUnicodeParameter error messageJulien Danjou2016-02-041-2/+3
* exceptions: enhance InvalidSortKey to carry the invalid keyJulien Danjou2016-02-021-2/+3
* exception: fix InvalidSortKey messageJulien Danjou2016-02-011-1/+3
* Improve failure mode handling in enginefacadeMike Bayer2015-07-271-2/+19
* Implement new oslo.db.sqlalchemy.enginefacade moduleMike Bayer2015-06-041-0/+43
* Merge "Handle CHECK constraint integrity in PostgreSQL"Jenkins2015-04-101-0/+17
|\
| * Handle CHECK constraint integrity in PostgreSQLJulien Danjou2015-04-031-0/+17
* | Add filters for DBDataError exceptionRoman Podoliaka2015-04-091-0/+8
|/
* Add retry decorator allowing to retry DB operations on requestEugene Nikanorov2015-01-301-0/+9
* Move files out of the namespace packageDoug Hellmann2014-12-241-0/+173