47 Commits (168b37eb9b2f7149848d7eee113d29b3f673bc48)

Author SHA1 Message Date
Paul Klimov bc73a2481c MongoDB log fixed to handle Mongo objects correctly 11 years ago
Paul Klimov f56616394e Note about embedded documents added to mongodb extension readme 11 years ago
Paul Klimov 866ba85010 yii\mongodb\file\Collection::ensureMongoId() fixed to suppress exception on invalid _id format. 11 years ago
Paul Klimov 8d5536ac12 yii\mongodb\file\ActiveRecord::update() fixed to save the attributes while updating file. 11 years ago
AlexGx 1982efbdfe many phpcs fixes 11 years ago
Alexander Mohorev 61cacdfc81 add findAndModify() method to the Collection class 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Tobias Munk 825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 11 years ago
Carsten Brandt 505762d49c updated docs about active relation 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Carsten Brandt cb8237c1b7 merged ActiveQueryInterface and ActiveRelatioInterface 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
Alexander Mohorev c65b171e98 removed useless option 11 years ago
Alexander Mohorev 8a6418a9c2 refactoring Session component 11 years ago
Alexander Mohorev c56bf509c1 small typos 11 years ago
Alexander Mohorev 8f9c54a149 add method findOne() to the Collection class 11 years ago
Alexander Mohorev 75ea33ac64 mongodb method "open" not triggered event "after open connection" 11 years ago
Paul Klimov 08131477a2 yii\mongodb\Collection::mapReduce() fixed to handle 'inline' output correctly. 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Carsten Brandt 16e1aff41b renamed ActiveRecord::create() to populateRecord() 11 years ago
Mark 5e33a17b6a fixed active fixtures classes 11 years ago
Carsten Brandt 5c26f01f84 fixed doc links 11 years ago
Carsten Brandt 21ae27b306 updated phpdoc properties 11 years ago
Qiang Xue f6dd6fa2e9 Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()` 11 years ago
Qiang Xue f82ecad658 Added doc. 11 years ago
kate-kate 3986e11585 data file removed 11 years ago
kate-kate d5d810dd86 local data variable and some code style fixation 11 years ago
kate-kate 0d35c269fe using batchInsert 11 years ago
kate-kate a4b6eeca7e refactoring according to the new version 11 years ago
kate-kate 719a721ebe active fixture for mongodb extension 11 years ago
Carsten Brandt 796284cba1 reworked fix for #1993 11 years ago
Carsten Brandt 81d23332df afterFind event in AR is now called after relations have been populated 11 years ago
Paul Klimov 8ede55a0df Documentation for "mongodb" extension improved. 11 years ago
Paul Klimov ece5f0b8ad Doc comments for MongoDB Session updated. 11 years ago
Paul Klimov 399e7f82f8 Doc comments for MongoDB Cache fixed. 11 years ago
Paul Klimov 5d3684fd7c Unit test for MongoDB Cache advanced. 11 years ago
Paul Klimov 32887edf5a MongoDB Cache class added as draft. 11 years ago
Paul Klimov 48be2bb7d1 MongoDB Session class added. 11 years ago
Qiang Xue da9d544c54 psr-4 change. 11 years ago
Qiang Xue 41685a2409 moved extensions under yii. 11 years ago
Paul Klimov 5a046230fd Translating SQL-like syntax into Mongo syntax removed from "\yii\mongodb\Collection". 11 years ago
Qiang Xue bc9e57b239 Fixed readme. 11 years ago
Paul Klimov 9b5f3fab99 Extension "mongo" renamed into "mongodb" 11 years ago