12 Commits (0cea115c815e9a327de83d7cd85f586ce9562eb5)

Author SHA1 Message Date
Jose Lorente 98759201ac Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached. 10 years ago
Klimov Paul 6fbd710d6c Extra unit test for `yii\mongodb\Query::modify()` added 10 years ago
Klimov Paul df023545c9 Fixed `yii\mongodb\ActiveRecord` saves `null` as `_id`, if attributes are empty 10 years ago
Paul Klimov 12f9180b40 Method 'oneWithModify' renamed to 'modify' at `yii\mongodb\Query` 10 years ago
Klimov Paul da000165cf Method 'oneWithUpdate' renamed to 'oneWithModify' at `yii\mongodb\Query` 10 years ago
Klimov Paul 5dffd72c58 Added support for 'findAndModify' operation at `yii\mongodb\Query` and `yii\mongodb\ActiveQuery` 10 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
AlexGx 32d0768919 style fixes with phpcs:yii2 11 years ago
Paul Klimov 91c86fb704 MongoDB ActiveRecord uit test advanced to check integer value handling. 11 years ago
Paul Klimov 8a3277e7e9 tag for MongoDB unit tests fixed 11 years ago
Paul Klimov 9b5f3fab99 Extension "mongo" renamed into "mongodb" 11 years ago
Paul Klimov 77f10ed91b Mongo file Active Record saving fixed. 11 years ago
Paul Klimov 156f7c0467 Unit tests for Mongo updated to check nested columns. 11 years ago
Paul Klimov 0e082c170c Aggregation functions added to Mongo Query. 11 years ago
Paul Klimov 9c7d2b23c2 Mongo Active Record and Active Query fixed. 11 years ago