53 Commits (e65451991d096382f38a557b20f8a0d9459f2fb1)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko b0148a5e8f
Added test to check issue #14274 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 0c0942d6e2 Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
Sergey Makinen c8856ccd4e
Fix merging issues & CS 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Tigrov 2b7e8be1e8
Fixes #14192: Fixed wrong default null value for TIMESTAMP when using PostgreSQL 7 years ago
Sergey Makinen 73ac13e6d7
Implement retrieving dbms constraints 7 years ago
Klimov Paul d8e6a89af9 fixed tests without assettions 8 years ago
Alexander Makarov 3f8e8a89eb Used more specific unit test assertions in framework tests 8 years ago
Bob Olde Hampsink fab53b4a6e Fixes #13582: Added tests for all `yii\db\QueryBuilder::resetSequence` implementations, fixed SQLite implementation 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
João Pedro Pereira 3692941ead
Fixes #11464: Foreign key name is not provided by schema 8 years ago
SilverFire - Dmitry Naumenko df733d1bbe
Fixed QueryBuilderTest 8 years ago
SilverFire - Dmitry Naumenko 2f8225a244
Fixed QueryBuilderTest to work with PgSQL and other DBMS 8 years ago
Walt Sorensen f76f0cff6c Test against the current hhvm version (#12971) 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
Carsten Brandt 06b045c8fe created unit test to verify #12483 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 b976f638d8
Added test for PgSQL BIGINT column to ensure typecasting works OK 8 years ago
Paul Klimov 6b607d078f #11498: Fixed unable to saved serialized object into PostgreSQL binary column (#11499) 9 years ago
Carsten Brandt 8d8cd1a26d adjusted dbms specific tests 9 years ago
SilverFire - Dmitry Naumenko b77d74b6d6 Fixed broken PostgreSQLQueryBuilderTest::testCommentColumn() 9 years ago
SilverFire - Dmitry Naumenko b08c82c5fe Driver specific QueryBuilderTest::testCommentColumn() - improved to use replaceQuotes() 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 0ca5a1a86a Fixed test 9 years ago
Chris Harris a997603ab6 More Postgres 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
Carsten Brandt 187c314d01 better fix for test break b9880f3247 9 years ago
SilverFire - Dmitry Naumenko 4e4fb02264 Fixed QueryBuilterTest for PgSQL 9 years ago
Alexander Makarov 5cecb09c1b Fixes #9443: Added `unsigned()` to `ColumnSchemaBuilder` 9 years ago
Matvey Vasenin 3cc8c09898 some test case added 9 years ago
Matvey Vasenin ce6e92b736 add comment control methods 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 da941a7675 Improved `SchemaBuilder` implementation 9 years ago
Matvey Vasenin b456f699cc Implemented `SchemaBuilder` 9 years ago
John Was a63fc2ff59 properly quote sequence name in Schema::getLastInsertId() 9 years ago
John Was 94acb2e126 add unit tests to check lastInsertId 9 years ago
Alexander Makarov 6949992246 Simplified tests directory structure a bit 10 years ago