summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* Capture DatabaseError for deadlock check4.10.0Kevin Benton2016-08-022-2/+3
* Memoize sys.exc_info() before attempting a savepoint rollbackMike Bayer2016-07-273-5/+116
* Merge "Set max pool size default to 5"Jenkins2016-07-181-7/+7
|\
| * Set max pool size default to 5Eric Brown2016-07-081-7/+7
* | Fixed unit tests running on WindowsAlexandru Coman2016-07-141-1/+3
* | Merge "Add dispose_pool() method to enginefacade context, factory"Jenkins2016-07-132-0/+57
|\ \
| * | Add dispose_pool() method to enginefacade context, factoryMike Bayer2016-07-112-0/+57
| |/
* | Set a min and max on the connection_debug optionEric Brown2016-07-092-1/+2
|/
* Merge "exception: make message mandatory in DbMigrationError and deprecates it"Jenkins2016-07-087-22/+38
|\
| * exception: make message mandatory in DbMigrationError and deprecates itJulien Danjou2016-06-277-22/+38
* | Add support for LONGTEXT, MEDIUMTEXT to JsonEncodedTypeDavid Edery2016-07-072-0/+38
* | Merge "Deprecate config option sqlite_db for removal"Jenkins2016-07-061-0/+3
|\ \
| * | Deprecate config option sqlite_db for removalChangBo Guo(gcb)2016-07-061-0/+3
* | | Merge "Catch empty value DBDuplicate errors"Jenkins2016-07-062-2/+6
|\ \ \
| * | | Catch empty value DBDuplicate errorsKevin Benton2016-07-052-2/+6
| |/ /
* | | Merge "exc_filters: catch and translate non existent table on drop"Jenkins2016-07-063-0/+91
|\ \ \
| * | | exc_filters: catch and translate non existent table on dropJulien Danjou2016-06-273-0/+91
* | | | Merge "exc_filters: catch and translate non existent constraint on drop"Jenkins2016-07-063-0/+111
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | exc_filters: catch and translate non existent constraint on dropJulien Danjou2016-06-223-0/+111
* | | Merge "Make it possible to use enginefacade decorators with class methods"Jenkins2016-06-291-0/+15
|\ \ \
| * | | Make it possible to use enginefacade decorators with class methodsRoman Podoliaka2016-06-271-0/+15
| | |/ | |/|
* | | Merge "api: use sane default in wrap_db_retry()"Jenkins2016-06-292-14/+12
|\ \ \
| * | | api: use sane default in wrap_db_retry()Julien Danjou2016-06-292-14/+12
* | | | Merge "Repair boolean CHECK constraint detection"Jenkins2016-06-292-17/+32
|\ \ \ \ | |/ / / |/| | |
| * | | Repair boolean CHECK constraint detectionMike Bayer2016-06-012-17/+32
* | | | tests: fix order of assertEqual in exc_filterJulien Danjou2016-06-221-9/+9
| |/ / |/| |
* | | Imported Translations from ZanataOpenStack Proposal Bot2016-06-205-208/+8
| |/ |/|
* | Fix typos in comments and docstringHanXue Lai2016-06-132-2/+2
* | api: do not log a traceback if error is not expectedJulien Danjou2016-06-011-2/+4
|/
* Merge "Add support for custom JSON serializer"Jenkins2016-05-193-3/+13
|\
| * Add support for custom JSON serializerJulien Danjou2016-05-193-3/+13
* | api: always enable retry_on_requestJulien Danjou2016-05-172-8/+8
* | Merge "Raise DbMigrationError for invalid version"Jenkins2016-05-102-1/+30
|\ \
| * | Raise DbMigrationError for invalid versiondineshbhor2016-03-302-1/+30
* | | Merge "Remove unused sqlite_fk in _init_connection_args call"Jenkins2016-05-101-1/+0
|\ \ \ | | |/ | |/|
| * | Remove unused sqlite_fk in _init_connection_args callJulien Danjou2016-04-151-1/+0
| |/
* | Merge "Correct docstring"Jenkins2016-04-201-1/+1
|\ \
| * | Correct docstringBrant Knudson2016-04-121-1/+1
| |/
* | Merge "Fix unit tests failures, when psycopg2 is not installed"Jenkins2016-04-201-0/+17
|\ \
| * | Fix unit tests failures, when psycopg2 is not installedRoman Podoliaka2016-04-181-0/+17
* | | Imported Translations from ZanataOpenStack Proposal Bot2016-04-1916-98/+77
|/ /
* | Fix server_default comparison for BigIntegerAnn Kamyshnikova2016-04-152-1/+7
|/
* 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