summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* Workaround non-compatible type.adapt() for SQLAlchemy < 1.1Mike Bayer2017-08-102-2/+27
* Merge "Replace ndb "auto" types with unified String"Jenkins2017-08-103-62/+119
|\
| * Replace ndb "auto" types with unified StringMike Bayer2017-07-283-62/+119
* | Merge "Let others listen to SQLAlchemy errors"Jenkins2017-08-042-2/+35
|\ \
| * | Let others listen to SQLAlchemy errorsIlya Shakhat2017-08-032-2/+35
| |/
* | Remove deprecation warning when loading tests/sqlalchemySam Betts2017-07-251-2/+2
|/
* Merge "Log an exception when reconnect-to-disconnected occurs"Jenkins2017-07-181-0/+2
|\
| * Log an exception when reconnect-to-disconnected occursMike Bayer2017-07-171-0/+2
* | Don't access connection.info if connection is invalidatedMike Bayer2017-07-142-2/+59
|/
* Merge "Add 'save_and_reraise_exception' method when call 'session.rollback()'"4.24.1Jenkins2017-07-052-6/+29
|\
| * Add 'save_and_reraise_exception' method when call 'session.rollback()'D G Lee2017-05-192-6/+29
* | turn on warning-is-error in doc buildDong Ma2017-07-032-5/+5
* | Fix compatibility with SQLAlchemy < 1.1.0Javier Pena2017-06-281-1/+1
* | Merge "Enable MySQL Storage Engine selection"Jenkins2017-06-289-0/+371
|\ \
| * | Enable MySQL Storage Engine selectionoorgeron2017-06-269-0/+371
| |/
* | Using assertIsNone(xxx) instead of assertEqual(None, xxx)blue552017-06-061-1/+1
* | Merge "Raise only DbMigrationError from migrate 'upgrade' method"Jenkins2017-05-302-1/+20
|\ \
| * | Raise only DbMigrationError from migrate 'upgrade' methoddineshbhor2017-05-252-1/+20
* | | Warn on URL without a drivernameMike Bayer2017-05-242-0/+66
|/ /
* | 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