215 Commits (d3cb54bcf27dbde1589eb32fcadb13cee82afc48)

Author SHA1 Message Date
Carsten Brandt 676b366928 adjusted elasticsearch extension to version 1.0 of ES 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Carsten Brandt c5ad45c771 fixed test break 11 years ago
Qiang Xue 54e08f3f01 fixed build break. 11 years ago
Qiang Xue 8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and `ActiveRecord::createQuery()` to simplify customizing ActiveQuery classes 11 years ago
Alexander Makarov b987c92151 Escaped more table names 11 years ago
Alexander Makarov 538a074c0f Escaped table names for unit tests 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Alexander Makarov 647e9e146f Added missing columns to cubrid test schema 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
Alexander Pletnev b9c0871218 tabs vs spaces 11 years ago
Zhandos 780c5aa36c Update FakedValidationModel.php 11 years ago
Zhandos Nuftiev b3b9bd353e fix isEmpty method for file validator. 11 years ago
AlexGx 183819abfd fix phpDoc method signature 11 years ago
AlexGx 32d0768919 style fixes with phpcs:yii2 11 years ago
Alexander Makarov 71835d977e More short syntax for arrays 11 years ago
Carsten Brandt f90a369932 Skipping CUBRID on HHVM 11 years ago
Carsten Brandt b6e0c2b26f skipping memcache on HHVM 11 years ago
Alexander Mohorev 6e7edfdf5b short array syntax 11 years ago
Qiang Xue d3ff343e5e try to fix test break. 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
Carsten Brandt 3b40d44909 made createQuery() config param optional 11 years ago
Carsten Brandt 1708a36d95 WIP merge ActiveRelation into ActiveQuery 11 years ago
Qiang Xue c92a260a3d Fixes #2415: Added support for inverse relations 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Alexander Makarov 1e602adb6e - Fixed BaseFileHelper::localize docs. 11 years ago
Klimov Paul 504fc76f5c Unit test for yii\mongodb\file\ActiveRecord fixed 11 years ago
Luciano Baraglia 7d33a5d3b5 Some Code style fixes 11 years ago
Alexander Kochetov 0ec5643ce3 Unit tests updated 11 years ago
Alexander Makarov 87d42e9f37 Fixed wrong namespace 11 years ago
Alexander Makarov af385858c7 Fixed tests for elasticsearch, mongo, redis 11 years ago
Alexander Makarov ed97632f53 Fixed scope method signatures 11 years ago
Alexander Makarov 0699eaadd5 Fixed test breaks 11 years ago
Carsten Brandt 7e961eee85 fixed test break 11 years ago
Carsten Brandt 81d23332df afterFind event in AR is now called after relations have been populated 11 years ago
Carsten Brandt 5dca1257b2 reverted primaryKey of elasticsearch to be array again 11 years ago
Qiang Xue c4c328dc92 Fixes #1791: support ON condition for relational query. 11 years ago
Carsten Brandt a7b852fcc3 Changed elasticsearch AR primary key handling 11 years ago
Antonio Ramirez 53160797df added tests 11 years ago
Qiang Xue 4f44bb2416 Fixes #1581: Added `ActiveQuery::joinWith()` to support joining with relations 11 years ago
Carsten Brandt 4d1390ceb1 fixed travis mongodb 11 years ago
Paul Klimov 9b5f3fab99 Extension "mongo" renamed into "mongodb" 11 years ago
Klimov Paul ca608a81a4 Mongo file Active Record updated. 11 years ago
Paul Klimov 750c6275c0 Sphinx test AR classes moved to 'data/ar/sphinx'. 11 years ago
Klimov Paul 0b8784860f Moved sphinx source database setup into ".sh" file allowing to use relative file path. 11 years ago
Klimov Paul 1129d820ed Mongo Active Relation unit test fixed. 11 years ago
Paul Klimov 3fd6d95aff Unit test for Mongo Active Relation added. 11 years ago
Paul Klimov 9c7d2b23c2 Mongo Active Record and Active Query fixed. 11 years ago