summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make test_models pass on py3"Jenkins2014-11-281-19/+12
|\
| * Make test_models pass on py3Oleksii Chuprykov2014-11-211-19/+12
* | Merge "Repair include_object to accommodate new objects"Jenkins2014-11-281-2/+5
|\ \
| * | Repair include_object to accommodate new objectsMike Bayer2014-11-211-2/+5
* | | Merge "Add exception filter for _sqlite_dupe_key_error"Jenkins2014-11-211-0/+6
|\ \ \ | |/ / |/| |
| * | Add exception filter for _sqlite_dupe_key_errorOleksii Chuprykov2014-11-191-0/+6
* | | Handle Galera deadlock on SELECT FOR UPDATERoman Podoliaka2014-11-191-0/+7
* | | Merge "Assert exceptions based on API, not string messages"1.1.0Jenkins2014-11-141-98/+129
|\ \ \ | |_|/ |/| |
| * | Assert exceptions based on API, not string messagesMike Bayer2014-10-291-98/+129
* | | Reorganize DbTestCase to use provisioning completelyMike Bayer2014-10-221-9/+50
| |/ |/|
* | Merge "ModelsMigrationsSync: Add check for foreign keys"Jenkins2014-10-211-0/+12
|\ \ | |/ |/|
| * ModelsMigrationsSync: Add check for foreign keysAnn Kamyshnikova2014-10-171-0/+12
* | Set utf8 encoding for mysql and postgresqlIhar Hrachyshka2014-10-171-37/+43
|/
* Merge "ModelsMigrationsSync:add correct server_default check for Enum"Jenkins2014-10-171-0/+9
|\
| * ModelsMigrationsSync:add correct server_default check for EnumAnn Kamyshnikova2014-09-151-0/+9
* | Remove utils.drop_unique_constraint()Mike Bayer2014-10-081-127/+1
* | Ensure create_engine() retries the initial connection testRoman Podoliaka2014-10-031-9/+26
* | Merge "Use fixture from oslo.config instead of oslo-incubator"Jenkins2014-10-021-1/+1
|\ \
| * | Use fixture from oslo.config instead of oslo-incubatorDavanum Srinivas2014-09-291-1/+1
| |/
* | Merge "Unwrap DialectFunctionDispatcher from itself."Jenkins2014-10-021-0/+35
|\ \
| * | Unwrap DialectFunctionDispatcher from itself.Mike Bayer2014-09-241-0/+35
| |/
* | Merge "Create a nested helper function that will work on py3.x"Jenkins2014-10-024-12/+27
|\ \
| * | Create a nested helper function that will work on py3.xJoshua Harlow2014-09-264-12/+27
| |/
* | Move begin ping listener to a connect listenerMike Bayer2014-09-273-9/+79
|/
* Merge "Fix DBReferenceError on MySQL and SQLite"Jenkins2014-09-111-67/+92
|\
| * Fix DBReferenceError on MySQL and SQLiteJulien Danjou2014-09-051-67/+92
* | 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
|\ \