yii2-mongodb icon indicating copy to clipboard operation
yii2-mongodb copied to clipboard

Yii 2 MongoDB extension

Results 42 yii2-mongodb issues
Sort by recently updated
recently updated
newest added

### 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...

status:ready for adoption
php8

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? ~~~

type:bug
status:ready for adoption

I suspect it need to fix CVE-2020-15148 here too

status:to be verified
severity:security

| Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no | Breaks BC? | no | Tests pass? | no default db...

status:code review

| Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no | Breaks BC? | no | Tests pass? | yes | Fixed...

type:bug
pr:request for unit tests

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...

type:bug

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? |...

type:enhancement
status:code review

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...

status:ready for adoption