yii2-mongodb
yii2-mongodb copied to clipboard
Yii 2 MongoDB extension
### What steps will reproduce the problem? yii\mongodb\Query->all() ### What is the expected result? array|ActiveRecord ### What do you get instead? During inheritance of IteratorIterator: Uncaught yii\base\ErrorException: Return type of...
BatchQueryResult must implement the return types of the Iterator interface. https://php.net/manual/en/class.iterator.php Added supported 7.x return types for `reset`, `rewind`, `next`, `valid` but `key` and `current` should be added when proper...
| Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | no | Tests pass? | yes ```php MyActiveRecord::$batchInsertSize...
### What steps will reproduce the problem? ~~~
| Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no | Breaks BC? | no | Tests pass? | no default db...
| Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no | Breaks BC? | no | Tests pass? | yes | Fixed...
Fixtures are not populated with _id on load. ### What steps will reproduce the problem? $user = $I->grabFixture('users', 'user1'); ### What's expected? Fixture is found ### What do you get...
generated from https://github.com/mongodb/mongo/blob/master/src/mongo/base/error_codes.yml | Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | no | Tests pass? |...
https://github.com/yiisoft/yii2-mongodb/blob/837c14c8a38055cd97d6f8b551eef27616f3c8c5/src/Connection.php#L203 The recommended protocol for connection DSNs in some cloud providers is: `mongodb+srv` This is failing with an exception that a default database can not be found. After setting the...