summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* Modify word "whetever" to "whether"ahdj0072016-12-291-1/+1
* Support packet sequence wrong errorMike Bayer2016-12-142-0/+9
* Merge "Replaces uuid.uuid4 with uuidutils.generate_uuid()"Jenkins2016-12-091-5/+4
|\
| * Replaces uuid.uuid4 with uuidutils.generate_uuid()zhangguoqing2016-12-071-5/+4
* | exc_filters: fix deadlock detection for percona xtradb clusterRoman Podoliaka2016-12-092-0/+10
* | Merge "Strip prefix `migrate_` in parameter `migrate_engine`"Jenkins2016-12-071-63/+60
|\ \
| * | Strip prefix `migrate_` in parameter `migrate_engine`int32bit2016-12-051-63/+60
* | | Fix marker checking when value is Nonetengqm2016-12-062-14/+52
| |/ |/|
* | migration: don't assume the mixin use provision4.16.0Mehdi Abaakouk2016-12-051-5/+4
|/
* Merge "Check if an index on given columns exists"Jenkins2016-12-022-12/+48
|\
| * Check if an index on given columns existsint32bit2016-12-012-12/+48
* | Ensure provision_new_database is True by default4.15.0Mike Bayer2016-11-292-3/+5
* | Don't run LegacyBaseClass provision test for unavailable databaseMike Bayer2016-11-291-12/+24
* | SoftDeleteMixin: allow for None valuesRoman Podoliaka2016-11-282-1/+22
* | SoftDeleteMixin: coerce deleted param to be an integerRoman Podoliaka2016-11-283-3/+72
|/
* Support MariaDB error 1927Mike Bayer2016-11-212-0/+9
* Merge "Break optimize_db_test_loader into package and module level"Jenkins2016-11-203-39/+166
|\
| * Break optimize_db_test_loader into package and module levelMike Bayer2016-11-163-39/+166
* | Merge "Adjust SAVEPOINT cause test for SQLA 1.1"Jenkins2016-11-202-13/+29
|\ \ | |/ |/|
| * Adjust SAVEPOINT cause test for SQLA 1.1Mike Bayer2016-11-162-13/+29
* | Restore provisioning of DBs in legacy test baseRoman Podoliaka2016-11-152-1/+18
|/
* Merge "utils: deprecate InsertFromSelect properly"Jenkins2016-11-101-4/+6
|\
| * utils: deprecate InsertFromSelect properlyRoman Podoliaka2016-11-041-4/+6
* | Enhanced fixtures for enginefacade-based provisioningMike Bayer2016-11-0418-39/+911
* | Using new style assertions instead of old style assertionshowardlee2016-11-044-23/+23
|/
* Fix exc_filters for mysql-pythonRoman Podoliaka2016-11-032-2/+17
* Merge "OpenStack typo"Jenkins2016-10-261-1/+1
|\
| * OpenStack typomelissaml2016-10-241-1/+1
* | Change assertTrue(isinstance()) by optimal assertTony Xu2016-10-251-5/+5
|/
* Merge "Add DBDataError for "Data too long""Jenkins2016-10-122-0/+8
|\
| * Add DBDataError for "Data too long"Eric Harney2016-10-032-0/+8
* | Add a specific exception for 'unknown database' errorsRoman Podoliaka2016-10-103-0/+94
* | Add additional caution looking for table, infoMike Bayer2016-09-072-9/+37
* | utils: fix get_unique_keys() when model has no table attached to itJulien Danjou2016-09-022-12/+60
* | Correctly detect incomplete sort_keys passed to paginate_queryIhar Hrachyshka2016-08-312-5/+135
* | Fix DBReferenceError and DBNonExistentTable with new PyMySQL versionJulien Danjou2016-08-312-40/+17
* | Link enginefacade to test database provisioningMike Bayer2016-08-111-27/+109
* | Merge "Display full reason for backend not available"Jenkins2016-08-115-14/+176
|\ \
| * | Display full reason for backend not availableMike Bayer2016-08-085-14/+176
* | | Merge "Fix parameters of assertEqual are misplaced"Jenkins2016-08-1112-123/+122
|\ \ \
| * | | Fix parameters of assertEqual are misplacedyan.haifeng2016-07-2012-123/+122
* | | | Merge "Add test helpers to enginefacade"Jenkins2016-08-112-2/+235
|\ \ \ \
| * | | | Add test helpers to enginefacadeMike Bayer2016-08-032-2/+235
| | |/ / | |/| |
* | | | Merge "Deprecate argument sqlite_db in method set_defaults"Jenkins2016-08-101-0/+4
|\ \ \ \
| * | | | Deprecate argument sqlite_db in method set_defaultsChangBo Guo(gcb)2016-08-041-0/+4
| |/ / /
* | | | Add logging_name to enginefacade configMike Bayer2016-08-032-0/+2
|/ / /
* | | Merge "Add a hook to process newly created engines"Jenkins2016-08-032-1/+24
|\ \ \
| * | | Add a hook to process newly created enginesAnn Kamyshnikova2016-07-312-1/+24
* | | | 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
| |/ / |/| |