summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Renaming in WalkVersionsMixin"Jenkins2014-09-091-29/+29
|\
| * Renaming in WalkVersionsMixinOleksii Chuprykov2014-09-051-29/+29
* | ModelsMigrationsSync:Override compare_server_defaultAnn Kamyshnikova2014-09-031-0/+14
|/
* Repair pysqlite transaction supportMike Bayer2014-08-281-0/+81
* Remove reliance on create_engine() from TestsExceptionFilterMike Bayer2014-08-211-1/+10
* Consolidate sqlite and mysql event listenersMike Bayer2014-08-211-234/+149
* Use dialect dispatch for engine initiailization.Mike Bayer2014-08-211-0/+160
* 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
* | Merge "Handle DB2 SmallInteger type for change_deleted_column_type_to_boolean"Jenkins2014-08-181-13/+9
|\ \ | |/ |/|
| * Handle DB2 SmallInteger type for change_deleted_column_type_to_booleanMatt Riedemann2014-08-051-13/+9
* | Merge "Move to oslo.utils"Jenkins2014-08-111-2/+4
|\ \
| * | Move to oslo.utilsAndrey Kurilin2014-08-111-2/+4
* | | Restore correct source file encodingsMike Bayer2014-08-071-1/+1
* | | Merge "Fixed DeprecationWarning in exc_filters"Jenkins2014-08-062-7/+7
|\ \ \ | |_|/ |/| |
| * | Fixed DeprecationWarning in exc_filtersAlexei Kornienko2014-08-012-7/+7
* | | Fixes indentations to pass E128 check.Petr Blaho2014-08-035-44/+61
| |/ |/|
* | Adds empty line to multilines docs to pass H405Petr Blaho2014-08-033-6/+13
* | Changes import orders to pass H305 checkPetr Blaho2014-08-032-2/+2
|/
* Merge "remove definitions of Python Source Code Encoding"Jenkins2014-07-301-2/+0
|\
| * remove definitions of Python Source Code EncodingChristian Berendt2014-05-251-2/+0
* | Extension of DBDuplicateEntry exceptionpkholkin2014-07-281-4/+22
* | Merge "Raise DBReferenceError on foreign key violation"Jenkins2014-07-251-0/+83
|\ \
| * | Raise DBReferenceError on foreign key violationJulien Danjou2014-07-211-0/+83
* | | Merge "Use SQLAlchemy cursor execute events for tracing"Jenkins2014-07-251-0/+16
|\ \ \
| * | | Use SQLAlchemy cursor execute events for tracingMike Bayer2014-07-241-0/+16
* | | | Merge "Port _is_db_connection_error check to exception filters"Jenkins2014-07-251-0/+88
|\ \ \ \
| * | | | Port _is_db_connection_error check to exception filtersMike Bayer2014-07-191-0/+88
* | | | | Merge "Integrate the ping listener into the filter system."Jenkins2014-07-252-49/+70
|\ \ \ \ \ | |/ / / /
| * | | | Integrate the ping listener into the filter system.Mike Bayer2014-07-192-49/+70
* | | | | Merge "Add disconnect modification support to exception handling"Jenkins2014-07-251-0/+49
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Add disconnect modification support to exception handlingMike Bayer2014-07-191-0/+49
* | | | Merge "Add host argument to get_connect_string()"Jenkins2014-07-231-0/+5
|\ \ \ \
| * | | | Add host argument to get_connect_string()Vlad Okhrimenko2014-07-211-0/+5
| | |/ / | |/| |
* | | | Make MySQL regexes generic across MySQL driversAngus Lees2014-07-221-1/+12
|/ / /
* | | Merge "Implement new exception interception and filtering layer"Jenkins2014-07-213-219/+446
|\ \ \ | |/ /
| * | Implement new exception interception and filtering layerMike Bayer2014-07-193-219/+446
* | | Merge "Implement the SQLAlchemy ``handle_error()`` event."Jenkins2014-07-211-0/+143
|\ \ \ | |/ /
| * | Implement the SQLAlchemy ``handle_error()`` event.Mike Bayer2014-07-191-0/+143
* | | Merge "Remove moxstubout.py from oslo.db"Jenkins2014-07-182-3/+2
|\ \ \
| * | | Remove moxstubout.py from oslo.dbOleksii Chuprykov2014-07-182-3/+2
* | | | Merge "Opportunistic migration tests"Jenkins2014-07-182-291/+291
|\ \ \ \ | |_|/ / |/| | |
| * | | Opportunistic migration testsIlya Pekelny2014-07-162-291/+291
| |/ /
* | | Merge "Enable skipped tests from test_models.py"Jenkins2014-07-171-27/+28
|\ \ \
| * | | Enable skipped tests from test_models.pyJulia Varlamova2014-07-151-27/+28
| |/ /
* | | 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
* | | | Merge "Added check for DB2 deadlock error"Jenkins2014-07-171-56/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | Added check for DB2 deadlock errorBryan Jones2014-07-161-56/+24