summaryrefslogtreecommitdiff
path: root/tests/sqlalchemy/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Move files out of the namespace packageDoug Hellmann2014-12-241-1090/+0
* Fix TestConnectionUtils to py3x compatibilityVictor Sergeyev2014-12-091-6/+6
* Reorganize DbTestCase to use provisioning completelyMike Bayer2014-10-221-9/+50
* Remove utils.drop_unique_constraint()Mike Bayer2014-10-081-127/+1
* Unwrap DialectFunctionDispatcher from itself.Mike Bayer2014-09-241-0/+35
* Add get_non_innodb_tables() to utilsVlad Okhrimenko2014-08-211-0/+44
* Merge "Implement a dialect-level function dispatch system"0.4.0Jenkins2014-08-201-0/+245
|\
| * Implement a dialect-level function dispatch systemMike Bayer2014-08-121-0/+245
* | Handle DB2 SmallInteger type for change_deleted_column_type_to_booleanMatt Riedemann2014-08-051-13/+9
|/
* Fixes indentations to pass E128 check.Petr Blaho2014-08-031-1/+1
* Changes import orders to pass H305 checkPetr Blaho2014-08-031-1/+1
* Add host argument to get_connect_string()Vlad Okhrimenko2014-07-211-0/+5
* Merge "Implement new exception interception and filtering layer"Jenkins2014-07-211-51/+0
|\
| * Implement new exception interception and filtering layerMike Bayer2014-07-191-51/+0
* | Merge "Remove moxstubout.py from oslo.db"Jenkins2014-07-181-1/+1
|\ \
| * | Remove moxstubout.py from oslo.dbOleksii Chuprykov2014-07-181-1/+1
* | | Merge "Opportunistic migration tests"Jenkins2014-07-181-254/+243
|\ \ \ | |_|/ |/| |
| * | Opportunistic migration testsIlya Pekelny2014-07-161-254/+243
| |/
* | Merge "Move all db exception to exception.py"Jenkins2014-07-171-5/+5
|\ \ | |/ |/|
| * Move all db exception to exception.pyOleksii Chuprykov2014-07-151-5/+5
* | Add DBDuplicateEntry detection for mysqlconnector driverAngus Lees2014-07-111-1/+8
|/
* Merge "Fix the test using in-file SQLite database"Jenkins2014-06-141-0/+12
|\
| * Fix the test using in-file SQLite databaseIlya Pekelny2014-05-291-0/+12
* | Merge "Fix changing the type of column deleted"Jenkins2014-06-141-3/+17
|\ \
| * | Fix changing the type of column deletedIlya Pekelny2014-05-271-3/+17
| |/
* | Remove common context usage from db model_query()Victor Sergeyev2014-06-041-64/+27
* | Merge "Add index modifying methods"Jenkins2014-06-021-0/+71
|\ \
| * | Add index modifying methodsJulia Varlamova2014-05-301-0/+71
| |/
* | Log a cause of db backend connection failureIlya Pekelny2014-05-301-2/+11
|/
* Remove patch_migrate()Matt Riedemann2014-05-051-2/+0
* Make the tests passingVictor Sergeyev2014-04-181-0/+838