summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Merge "exc_filters: fix deadlock detection for percona xtradb cluster" into s...4.13.5Jenkins2016-12-151-0/+2
|\
| * exc_filters: fix deadlock detection for percona xtradb clusterRoman Podoliaka2016-12-121-0/+2
* | Support packet sequence wrong errorMike Bayer2016-12-151-0/+1
|/
* Support MariaDB error 19274.13.4Mike Bayer2016-11-251-0/+1
* Backport fix exc_filters for mysql-pythonRoman Podoliaka2016-11-251-0/+13
* Add additional caution looking for table, info4.13.3Mike Bayer2016-09-081-8/+13
* utils: fix get_unique_keys() when model has no table attached to it4.13.2Julien Danjou2016-09-031-6/+25
* Correctly detect incomplete sort_keys passed to paginate_query4.13.1Ihar Hrachyshka2016-09-011-5/+45
* Fix DBReferenceError and DBNonExistentTable with new PyMySQL versionJulien Danjou2016-08-311-2/+2
* Link enginefacade to test database provisioningMike Bayer2016-08-111-27/+109
* Merge "Display full reason for backend not available"Jenkins2016-08-112-12/+29
|\
| * Display full reason for backend not availableMike Bayer2016-08-082-12/+29
* | Merge "Add test helpers to enginefacade"Jenkins2016-08-111-2/+87
|\ \
| * | Add test helpers to enginefacadeMike Bayer2016-08-031-2/+87
| |/
* | Add logging_name to enginefacade configMike Bayer2016-08-031-0/+1
|/
* Merge "Add a hook to process newly created engines"Jenkins2016-08-031-1/+8
|\
| * Add a hook to process newly created enginesAnn Kamyshnikova2016-07-311-1/+8
* | Capture DatabaseError for deadlock check4.10.0Kevin Benton2016-08-021-1/+1
* | Memoize sys.exc_info() before attempting a savepoint rollbackMike Bayer2016-07-271-2/+44
* | Merge "Add dispose_pool() method to enginefacade context, factory"Jenkins2016-07-131-0/+14
|\ \
| * | Add dispose_pool() method to enginefacade context, factoryMike Bayer2016-07-111-0/+14
| |/
* | Set a min and max on the connection_debug optionEric Brown2016-07-091-1/+1
|/
* Merge "exception: make message mandatory in DbMigrationError and deprecates it"Jenkins2016-07-083-13/+11
|\
| * exception: make message mandatory in DbMigrationError and deprecates itJulien Danjou2016-06-273-13/+11
* | Add support for LONGTEXT, MEDIUMTEXT to JsonEncodedTypeDavid Edery2016-07-071-0/+13
* | Merge "Catch empty value DBDuplicate errors"Jenkins2016-07-061-2/+2
|\ \
| * | Catch empty value DBDuplicate errorsKevin Benton2016-07-051-2/+2
* | | Merge "exc_filters: catch and translate non existent table on drop"Jenkins2016-07-061-0/+12
|\ \ \
| * | | exc_filters: catch and translate non existent table on dropJulien Danjou2016-06-271-0/+12
* | | | Merge "exc_filters: catch and translate non existent constraint on drop"Jenkins2016-07-061-0/+28
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | exc_filters: catch and translate non existent constraint on dropJulien Danjou2016-06-221-0/+28
| |/
* | Merge "Repair boolean CHECK constraint detection"Jenkins2016-06-291-17/+14
|\ \ | |/ |/|
| * Repair boolean CHECK constraint detectionMike Bayer2016-06-011-17/+14
* | Fix typos in comments and docstringHanXue Lai2016-06-132-2/+2
|/
* Merge "Add support for custom JSON serializer"Jenkins2016-05-192-3/+11
|\
| * Add support for custom JSON serializerJulien Danjou2016-05-192-3/+11
* | Merge "Raise DbMigrationError for invalid version"Jenkins2016-05-101-1/+8
|\ \
| * | Raise DbMigrationError for invalid versiondineshbhor2016-03-301-1/+8
* | | 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
| |/
* | Fix server_default comparison for BigIntegerAnn Kamyshnikova2016-04-151-1/+4
|/
* Merge "Remove sqlalchemy < 1.0.0 compatible layer"Jenkins2016-03-244-370/+3
|\
| * Remove sqlalchemy < 1.0.0 compatible layerChangBo Guo(gcb)2016-03-144-370/+3
* | Merge "Add new filter for DBDataError exception"Jenkins2016-03-231-0/+2
|\ \
| * | Add new filter for DBDataError exceptionbhagyashris2016-03-221-0/+2
* | | Fix spelling mistakedineshbhor2016-03-221-1/+1
|/ /
* | Let enginefacade._TransactionContextManager look for contextAndrew Laski2016-03-181-1/+7
|/
* Merge "exceptions: enhance InvalidSortKey to carry the invalid key"Jenkins2016-02-051-1/+1
|\