summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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