mongodb-odm
mongodb-odm copied to clipboard
The Official PHP MongoDB ORM/ODM
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | not yet #### Summary The `Configuration::addFilter` method...
Creating this from #530. doctrine/mongodb 1.1 supports GeoJSON and 2dsphere queries as of https://github.com/doctrine/mongodb/pull/109. Todo items: - [x] Upgrade ODM to support doctrine/mongodb 1.1 (possibly another PR) - [ ]...
The hash type field does not allow atomic updates for its fields. Only the whole field is updated. Much as in #1286 this causes data loss when a Document is...
While answering http://stackoverflow.com/questions/41172585/index-not-created/41173619 I found that it's actually hard to find anything about creating indexes in the docs (there's small paragraph by the end of [Embedded Indexes](http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/indexes.html#embedded-indexes)). Also [Console Commands](http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/console-commands.html)...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | most likely #### Summary With MongoDB 3.6,...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Based on documentation changes...
I've been playing around with the events system a bit more recently and found that the combination of the documentation being a little light and the UnitOfWork silently failing makes...
There appears to be logic `DocumentRepository::find()` to support passing a document as the `$id` parameter and unwrapping the identifier field value. ``` public function find($id, $lockMode = LockMode::NONE, $lockVersion =...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary When using aggregation pipelines...