summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* Attach context being used to session/connection infoKevin Benton2017-05-182-16/+50
* Merge "Remove log translations"4.20.0Jenkins2017-03-309-41/+23
|\
| * Remove log translationschenlx2017-03-309-41/+23
* | Merge "Remove deprecated config option sqlite_db"4.19.0Jenkins2017-03-242-21/+3
|\ \
| * | Remove deprecated config option sqlite_dbChangBo Guo(gcb)2017-03-242-21/+3
| |/
* | Imported Translations from ZanataOpenStack Proposal Bot2017-03-249-370/+0
|/
* Merge "Remove unused logging import"4.18.0Jenkins2017-03-031-4/+0
|\
| * Remove unused logging importAnh Tran2017-02-171-4/+0
* | Merge "Fix db_version checking for sqlalchemy-migrate"Jenkins2017-03-032-1/+38
|\ \
| * | Fix db_version checking for sqlalchemy-migrateBrant Knudson2016-04-122-1/+38
* | | Establish flush() for "sub" facade contextsKevin Benton2017-02-182-1/+69
* | | Support facade arguments, unstarted facade for patch_engine()Mike Bayer2017-02-163-10/+68
* | | Repair unused rollback_reader_sessions parameter.Mike Bayer2017-02-141-25/+72
| |/ |/|
* | Explain paginate_query doesn't provide parameter offsetChangBo Guo(gcb)2017-02-061-0/+5
* | Coerce booleans to integer values in paginate_queryKevin Benton2017-01-172-3/+29
* | 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