Andreas Braun

Results 56 issues of Andreas Braun

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | most likely #### Summary With MongoDB 3.6,...

Feature

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Based on documentation changes...

Feature

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary When using aggregation pipelines...

Idea

3.0 brings a new configuration format to allow for multiple namespaces. To avoid a hard BC break, we should add a forward compatibility layer to 2.3 that allows people to...

BC Break

Packages for old PHP versions are have moved to a different folder, causing download issues in the setup-php-sdk action. This PR switches to a forked version until the upstream action...

PHPC-1489 This deprecates the `RP_*` constants in `MongoDB\Driver\ReadPreference` constants, along with passing an int in the constructor and using `getMode`. Note that PHP 8.3 and newer automagically triggers warnings when...

| Q | A |------------- | ----------- | Type | bug | BC Break | no | Fixed issues | https://github.com/doctrine/mongodb-odm/issues/2634#issuecomment-2239054724 #### Summary #2630 introduces support for managing search indexes...

Initially reported on StackOverflow: https://stackoverflow.com/questions/47460456/how-do-i-sum-multiple-fields-in-doctrine-odm/ MongoDB allows the following aggregation pipeline stage: However, MongoDB also allows for the following pipeline: ``` [{ "$group": { "_id": null, "games": { "$sum": {...

Bug

This includes a tiny fix for the template annotation in `MongoDB\BSON\Iterator`, as well as updates to the stubs for `MongoDB\Driver\CursorInterface` and `MongoDB\Driver\Cursor` to prepare for the upcoming 2.0 release.