summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* Catch empty value DBDuplicate errorsKevin Benton2016-07-062-2/+6
* Don't trace DB errors when we're retryingMatt Riedemann2016-02-042-1/+13
* Fix tests to work under both pymsysql 0.6.2 and 0.7.xDavanum Srinivas2016-02-011-3/+8
* Merge "Assume relative revisions belong to alembic"2.4.1Jenkins2015-08-202-0/+13
|\
| * Assume relative revisions belong to alembicBoris Bobrov2015-08-202-0/+13
* | Use correct config key in alembic extensionAndrew Melton2015-08-192-1/+5
|/
* Fix exception message about unavailable backendAnn Kamyshnikova2015-08-181-1/+1
* Merge "pagination: enhance sorting of null values"Jenkins2015-08-062-10/+62
|\
| * pagination: enhance sorting of null valuesMehdi Abaakouk2015-08-062-10/+62
* | Merge "Upgrade and downgrade based on revision existence"Jenkins2015-08-055-6/+161
|\ \ | |/ |/|
| * Upgrade and downgrade based on revision existenceBoris Bobrov2015-08-055-6/+161
* | Merge "Added catching of errors 1047 (Galera) for MySQL oslo db reconnect"Jenkins2015-08-042-1/+19
|\ \
| * | Added catching of errors 1047 (Galera) for MySQL oslo db reconnectDavanum Srinivas2015-07-142-1/+19
| |/
* | Merge "Add JSON-encoded types for sqlalchemy"Jenkins2015-08-032-0/+148
|\ \
| * | Add JSON-encoded types for sqlalchemyDmitry Tantsur2015-08-032-0/+148
* | | Merge "Python 3: Use use_unicode=1 under Python 3"Jenkins2015-07-312-7/+16
|\ \ \ | |/ / |/| |
| * | Python 3: Use use_unicode=1 under Python 3fumihiko kakuma2015-07-302-7/+16
* | | Merge "Fix test_migrations on Python 3"Jenkins2015-07-302-10/+16
|\ \ \ | |/ / |/| |
| * | Fix test_migrations on Python 3Victor Stinner2015-07-282-10/+16
* | | Improve failure mode handling in enginefacadeMike Bayer2015-07-273-7/+90
|/ /
* | Test that concurrent sqlalchemy transactions don't blockAngus Lees2015-07-162-0/+152
|/
* Merge "Allow projects that use test_models_sync to filter some changes"2.1.0Jenkins2015-07-012-2/+69
|\
| * Allow projects that use test_models_sync to filter some changesDavanum Srinivas2015-07-012-2/+69
* | Add legacy get_sessionmaker() methodMike Bayer2015-06-292-0/+19
* | Fix sqlalchemy.ModelBase.__contains__() behaviourVictor Stinner2015-06-262-1/+21
|/
* Merge "Allow additional exceptions in wrap_db_retry"Jenkins2015-06-262-18/+46
|\
| * Allow additional exceptions in wrap_db_retryKevin Benton2015-06-252-18/+46
* | Remove implicit RequestContext decorationCedric Brandily2015-06-252-5/+3
* | Add a new ModelBase.items() methodVictor Stinner2015-06-242-3/+13
* | Remove oslo namespace packageDoug Hellmann2015-06-2119-4395/+6
|/
* Drop use of 'oslo' namespace packageDoug Hellmann2015-06-186-8/+8
* Switch from MySQL-python to PyMySQLJeremy Stanley2015-06-186-65/+148
* Merge "Implement new oslo.db.sqlalchemy.enginefacade module"Jenkins2015-06-1411-823/+3318
|\
| * Implement new oslo.db.sqlalchemy.enginefacade moduleMike Bayer2015-06-0411-823/+3318
* | Replace utils method with oslo.utils reflection provided one1.11.0Joshua Harlow2015-06-062-27/+3
* | Allow to fail instead of skip in DbFixtureCedric Brandily2015-06-041-3/+11
|/
* Merge "Ensure that create_engine() close test connection"Jenkins2015-05-221-1/+5
|\
| * Ensure that create_engine() close test connectionVictor Sergeyev2015-01-281-1/+5
* | Merge "Remove pre-SQLAlchemy-0.9.7 compat utilities"Jenkins2015-05-208-322/+21
|\ \
| * | Remove pre-SQLAlchemy-0.9.7 compat utilitiesMike Bayer2015-04-288-322/+21
* | | Add a keys() method to SQLAlchemy ModelBaseVictor Stinner2015-05-192-3/+28
* | | Sort model fields using getattr(), not inspect()Mike Bayer2015-05-052-1/+53
* | | Merge "Update to latest hacking"Jenkins2015-04-302-10/+10
|\ \ \ | |/ / |/| |
| * | Update to latest hackingDoug Hellmann2015-04-032-10/+10
* | | Merge "Sanity check after migration"Jenkins2015-04-103-5/+11
|\ \ \
| * | | Sanity check after migrationMarco Fargetta2015-04-103-5/+11
* | | | Merge "exc_filters: support for ForeignKey error on delete"Jenkins2015-04-102-5/+80
|\ \ \ \ | |/ / / |/| | |
| * | | exc_filters: support for ForeignKey error on deleteJulien Danjou2015-04-072-5/+80
| |/ /
* | | Merge "Handle CHECK constraint integrity in PostgreSQL"Jenkins2015-04-103-0/+50
|\ \ \
| * | | Handle CHECK constraint integrity in PostgreSQLJulien Danjou2015-04-033-0/+50
| |/ /