oslo.db/tests
Julia Varlamova 58474e8158 Add index modifying methods
Add to openstack/common/db/sqlalchemy/utils.py
methods for modifying indexes:
- add_index
- drop_index
- change_index_columns
- index_exists
- column_exists

Add tests for these methods to TestUtils class
in tests/unit/db/sqlalchemy/test_utils.py

Change-Id: Ib7b2a1a8169fff803a925326703e71c014230a68
2014-05-30 18:15:03 +04:00
..
sqlalchemy Add index modifying methods 2014-05-30 18:15:03 +04:00
__init__.py Make the tests passing 2014-04-18 12:51:26 +03:00
base.py Make the tests passing 2014-04-18 12:51:26 +03:00
test_api.py Make the tests passing 2014-04-18 12:51:26 +03:00
utils.py Make the tests passing 2014-04-18 12:51:26 +03:00