mongodb-odm
mongodb-odm copied to clipboard
The Official PHP MongoDB ORM/ODM
### Bug Report | Q | A |------------ | ------ | BC Break | don't know | Version | dev-master#da5074b8b54f0e4c0d342d15c56dd054d4a136a7 #### Summary ODM throws exception Invalid typemap provided. Type "array"...
This PR includes refined test from #2195 and a fix for first scenario. Second is problematic as query tries to remove from `property_old` and `property_old.1` which fails. PR targets master...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.1.2 #### Summary Embedded documents when creating indexes receive them with wrong...
Embedded documents with targetDocument and discriminatorMap property do not save discriminatorField
| Q | A |------------ | ----- | Version | 2.1.0 ### Support Question tl;dr When using `targetDocument` and `discriminatorMap` annotation property for `EmbedMany` (I believe `EmbedOne` as well) embedded...
| Q | A |------------ | ----- | Version | 2.0.5 |Support Question | yes |Bug Report | for me yes ### Support Question I have implemented a custom collection...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 1.3.7 #### Summary In upgrading version up to 1.3.* in DocumentPersister::handleCollections() method...
### Bug Report This code works on v1.x. But fails in V2. I've got an aggregation query, in last stage I've got a $project like this: ``` $builder ->addFields() ->field('purchase')...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary When storing references as...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Future server versions may...
### Support Question `doctrine/orm` Querybuilder provide the `getDQLpart` and `resetDQLpart` functions. I found the `debug` function in the `mongodb-odm` ; in my use case, this could be use to get...