oslo.db/oslo_db
Gregory Haynes ab20754db7 Fix PyMySQL reference error detection
When PyMySQL experiences a constraing error a unicode string prefix is
prepended part way through the inner_exception string. As a result, we
raise a DBError when we should be raising a DBReferenceError.

Change-Id: I5de1333d933bd28ca535852f4643df2ebbc7f964
2015-02-12 17:53:43 -08:00
..
sqlalchemy Fix PyMySQL reference error detection 2015-02-12 17:53:43 -08:00
tests Merge "Organize provisioning to use testresources" 2015-02-12 10:25:09 +00:00
__init__.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
_i18n.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
api.py Add retry decorator allowing to retry DB operations on request 2015-01-30 15:29:27 +03:00
concurrency.py Update Oslo imports to remove namespace package 2015-01-21 18:23:56 -05:00
exception.py Add retry decorator allowing to retry DB operations on request 2015-01-30 15:29:27 +03:00
options.py Merge "Retry query if db deadlock error is received" 2015-01-27 15:33:15 +00:00