41 Commits (37fc6c5afb70f2f328186c94e5499aa8c1b49bdd)

Author SHA1 Message Date
Alexander Makarov 3f8e8a89eb Used more specific unit test assertions in framework tests 8 years ago
Sergey Makinen 9a915ba10c Fixes #8120: Fixes LIKE special characters escaping for Cubrid/MSSQL/Oracle/SQLite in `yii\db\QueryBuilder` 8 years ago
Bob Olde Hampsink fab53b4a6e Fixes #13582: Added tests for all `yii\db\QueryBuilder::resetSequence` implementations, fixed SQLite implementation 8 years ago
Boudewijn Vahrmeijer 45d670c995 Update ConnectionTest.php 8 years ago
Vovan-VE 3538bde085 Add test case for #13340 and update CHANGELOG 8 years ago
Alexander Makarov 1cc327f108
Run common batch insert tests for SQLite 8 years ago
Tobias Munk f5ab85c393 updated debug settings (+56 squashed commits) 8 years ago
João Pedro Pereira 3692941ead
Fixes #11464: Foreign key name is not provided by schema 8 years ago
Vladimir f3bc11c724 Implement #13219: Ability to not shuffle masters connections (#13241) 8 years ago
Carsten Brandt 24809c5d73 fixed group annotations for #12889 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 560e3eb0a3 Unit tests created for ActiveQuery (#12889) 8 years ago
Alexander Makarov 01c4dde202 Added tests for column schema builder comment() method 8 years ago
Carsten Brandt 86f17c8dad added tests classes for db related tests 8 years ago
Carsten Brandt 8ba032d147 refactored database tests 8 years ago
SilverFire - Dmitry Naumenko 77b29bf927 Added tests to ColumnSchemaBuilderTest in order to verify custom column types work OK 8 years ago
SilverFire - Dmitry Naumenko 8c2a70b3e7 Moved TraversableObject to yiiunit\data\base namespace 9 years ago
SilverFire - Dmitry Naumenko e2e4f76229 Updated SqliteQueryBuilderTest to work with Composite in conditions 9 years ago
Carsten Brandt 8d8cd1a26d adjusted dbms specific tests 9 years ago
SilverFire - Dmitry Naumenko b08c82c5fe Driver specific QueryBuilderTest::testCommentColumn() - improved to use replaceQuotes() 9 years ago
SilverFire - Dmitry Naumenko 8999e66e71 Fixed SqliteQueryBuilderTest 9 years ago
Chris Harris 0b2db6f18a Fixing tests 9 years ago
Chris Harris 91018f6c38 Corrected MSSQL driver name. Fixed array addition to not overwrite matching keys. 9 years ago
Chris Harris 732a51b551 All common column definitions and expected outputs now in `QueryBuilderTest::columnTypes()`. `DbmsSpecificQueryBuilderTest::columnTypes()` adds DBMS specific column definitions. 9 years ago
Chris Harris 0a336df6ba Check return value of strncmp. Corrected SQLite expected schema test data. 9 years ago
Chris Harris 13823834e2 Start of new tests 9 years ago
Chris Harris db5399b124 Added `$expectedColumnSchemaBuilder` back to test data 9 years ago
Chris Harris 3761682edf Upgraded some tests. Fixed MySQL test fixtures to create all tables with InnoDB. 9 years ago
Chris Harris 81ff4752d9 Added CHECK modifier to PK schema pattern. Modified UNSIGNED tests to not include modifier by default (i.e. only present when testing DBMSes that support it). 9 years ago
Chris Harris eaeb926768 Adds `char` datatype to framework 9 years ago
romeOz 9ed8b80493 Added tests for #9790 9 years ago
Carsten Brandt 3826b6f4a3 added test for #9869 9 years ago
AIZAWA, Hina 0f2a77ed36 Fixes #9442: Fixed `yii\db\Migration::renameTable()` caused fatal error when using SQLite driver 9 years ago
Matvey Vasenin afda00d434 add sqllite dummy 9 years ago
Nikola Kovacs 316e95b81d Remove length from SchemaBuilderTrait::text. 9 years ago
Carsten Brandt 56902298b4 fixed wrong expectation in QueryBuilder test 9 years ago
Carsten Brandt 0d778d0570 adjusted querybuilder tests to match implementation 9 years ago
Carsten Brandt 681db52ba6 refactored SchemaBuilder 9 years ago
Carsten Brandt 7150e830d9 do not use reserved php words as function in schemabuilder 9 years ago
Matvey Vasenin b456f699cc Implemented `SchemaBuilder` 9 years ago
Alexander Makarov 6949992246 Simplified tests directory structure a bit 10 years ago