summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy/test_migrations.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sqlalchemy-migrateMike Bayer2023-03-211-217/+0
* Replace abc.abstractproperty with property and abc.abstractmethod12.1.0ljhuang2022-08-031-4/+8
* tests: Remove 'ModelsMigrationsSync.check_foreign_keys'Stephen Finucane2021-06-251-96/+0
* sqlalchemy: Remove checks for older depsStephen Finucane2021-06-251-12/+1
* remove unicode from codexuanyandong2021-01-031-3/+3
* Drop use of sixStephen Finucane2020-02-251-5/+2
* Remove most server_default comparison logic4.39.0Mike Bayer2018-06-151-20/+0
* Conditionally adjust for quoting in comparing MySQL defaultsMike Bayer2018-02-221-3/+5
* turn on warning-is-error in doc buildDong Ma2017-07-031-3/+3
* Remove log translationschenlx2017-03-301-2/+1
* migration: don't assume the mixin use provision4.16.0Mehdi Abaakouk2016-12-051-5/+4
* Enhanced fixtures for enginefacade-based provisioningMike Bayer2016-11-041-1/+4
* exception: make message mandatory in DbMigrationError and deprecates itJulien Danjou2016-06-271-1/+1
* Fix server_default comparison for BigIntegerAnn Kamyshnikova2016-04-151-1/+4
* Fix comparison of Variant and other type in compare_type4.2.0AKamyshnikova2015-12-191-1/+13
* Fix warnings in docstringsBrant Knudson2015-09-241-1/+1
* Fix test_migrations on Python 3Victor Stinner2015-07-281-1/+2
* Allow projects that use test_models_sync to filter some changesDavanum Srinivas2015-07-011-2/+16
* Organize provisioning to use testresourcesMike Bayer2015-02-041-4/+3
* Implement backend-specific drop_all_objects for provisioning.Mike Bayer2015-01-291-26/+1
* Restore the check_foreign_keys() method.1.4.1Mike Bayer2015-01-121-0/+72
* Remove check_foreign_keys from ModelsMigrationsSyncAnn Kamyshnikova2014-12-311-73/+2
* Move files out of the namespace packageDoug Hellmann2014-12-241-0/+613