218 Commits (871ae29c9cb88229932607bb209517c4b10a66ce)

Author SHA1 Message Date
Carsten Brandt 0208f289c3 fixed test breaks 10 years ago
Carsten Brandt d92281dcda refactored ActiveRecord::unlinkAll() to work will noSQL 10 years ago
Alexander Makarov 0003b10b02 ElasticSearch tests fix 10 years ago
NmDimas 95d2b29bff Change unit test to Unlink and add test to unlinkAll 10 years ago
Carsten Brandt c6201fb5ca fixed cubrid test case 10 years ago
Carsten Brandt d1a3d40014 added test case to acually create cols with virtual type 10 years ago
Qiang Xue 3411504508 Revert "Fixed test break." 11 years ago
Qiang Xue 70b57766b1 Fixed test break. 11 years ago
Alexander Makarov a17e5582cd Marked part of PostgreSQL test as incomplete 11 years ago
Alexander Makarov 905e39ede9 RBAC migration is now aware of custom table names, speeded up RBAC tests 11 years ago
Alexander Makarov 48dbde3911 Fixed PostgreSQL test 11 years ago
Alexander Makarov ca23cd8a2c Implemented throwing \yii\db\IntegrityException on DB integrity errors 11 years ago
Alexander Makarov b86f5a14f7 #2435 Tests for integrity exception 11 years ago
Carsten Brandt 5c748ddb42 added case insensitve LIKE to PostgresQueryBuilder 11 years ago
Alex-Code 80067204c8 test for addSelect method. 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Qiang Xue 581aad8e22 Fixed test break. 11 years ago
Carsten Brandt 1a3accb6cb removed duplicated joins when using joinWith and via relations 11 years ago
Qiang Xue 0fa19291f1 refactored filterWhere(). 11 years ago
Carsten Brandt 03e208e59d removed wrong test 11 years ago
Carsten Brandt c572c23c2f adjusted tests 11 years ago
Carsten Brandt 96f1c4c10b renamed Query::filter() to Query::filterWhere() 11 years ago
Alexander Makarov 06fdb79730 Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query 11 years ago
Qiang Xue f7a6cb9f7a Refactored AR tests. 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Alexander Makarov 8cd247730a Query::filter() adjustments 11 years ago
Alexander Makarov 3c1a8141fd fixes #2002 11 years ago
Qiang Xue 636042b9b3 Fixed test break. 11 years ago
Qiang Xue 39667aa6b7 Fixed activequery select issue. 11 years ago
Qiang Xue bc378d1cae properly quote table names for join(). 11 years ago
Qiang Xue 21bc29560c Fixed test break. 11 years ago
Qiang Xue 78136d4278 Fixes #2880: filterByModels() should prefix key columns in a join query. 11 years ago
Alexander Makarov 19327ebd14 Added tests for Query::filter() 11 years ago
Alexander Makarov af030c5f5b Added $skipIfSet to ActiveRecord::loadDefaultValues 11 years ago
Alexander Makarov f40011abc4 Fixed CubridCommandTest::testBindParamValue 11 years ago
Alexander Makarov aece6d309e Adjusted test for cubrid 11 years ago
Alexander Makarov 5c3e4fa4ba Adjusted unit tests, added description to docs 11 years ago
Alexander Makarov b66427f8c7 Fixes #2726: ActiveRecord now fills default values on creating new instance of the model if defaults are available from DB schema 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue e5031dfd5f test break fix. 11 years ago
Qiang Xue 9ff8b0f903 Fixes #2571: Fixed the bug that batchInsert will fail for SQLite if the values contain null or boolean false; 11 years ago
Qiang Xue bcf5b4644e Fixes #2687: ActiveQuery::joinWith() has problem when the query is used twice. 11 years ago
Luciano Baraglia 269d1303a9 Code style fixes 11 years ago
AlexGx 32d0768919 style fixes with phpcs:yii2 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Qiang Xue b9743ef65b fixed test break. 11 years ago
Qiang Xue a2edf01c85 Delay joinWith till createCommand to correctly combine relation condition with primary condition. 11 years ago
Carsten Brandt c21e01930e added unit test for #2568 11 years ago
Carsten Brandt 683a46d9ee test for deeply nested relation 11 years ago