summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* Add new foreign key utility function to utilsoorgeron2017-09-222-8/+219
* Merge "Throw DBMigrationError instead of DbMigrationError."4.27.0Jenkins2017-09-152-4/+4
|\
| * Throw DBMigrationError instead of DbMigrationError.Yaguo Zhou2017-09-082-4/+4
* | Merge "Update the documentation link"Jenkins2017-09-081-1/+1
|\ \
| * | Update the documentation linkloooosy2017-08-231-1/+1
| |/
* | Merge "Remove AutoString* in ndb.py"Jenkins2017-09-052-37/+0
|\ \
| * | Remove AutoString* in ndb.pyzhangyangyang2017-09-042-37/+0
| |/
* | Merge "Remove method provisioned_engine in class Backend"Jenkins2017-09-051-11/+0
|\ \
| * | Remove method provisioned_engine in class Backendzhangyangyang2017-09-031-11/+0
| |/
* | Merge "Remove class TransactionResource"Jenkins2017-09-051-21/+0
|\ \
| * | Remove class TransactionResourcezhangyangyang2017-09-031-21/+0
| |/
* | Remove class InsertFromSelectzhangyangyang2017-09-042-158/+0
|/
* Merge "Replace six.iteritems() with .items()"4.26.0Jenkins2017-08-212-5/+4
|\
| * Replace six.iteritems() with .items()liuyamin2017-07-192-5/+4
* | Merge "Rename idle_timeout to connection_recycle_time"Jenkins2017-08-216-20/+44
|\ \
| * | Rename idle_timeout to connection_recycle_timeMike Bayer2017-08-156-20/+44
* | | 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