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

The Official PHP MongoDB ORM/ODM

Results 105 mongodb-odm issues
Sort by recently updated
recently updated
newest added

### Bug Report | Q | A |------------ | ------ | BC Break | don't know | Version | dev-master#da5074b8b54f0e4c0d342d15c56dd054d4a136a7 #### Summary ODM throws exception Invalid typemap provided. Type "array"...

Task

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

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.1.2 #### Summary Embedded documents when creating indexes receive them with wrong...

Bug

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

Bug

| Q | A |------------ | ----- | Version | 2.0.5 |Support Question | yes |Bug Report | for me yes ### Support Question I have implemented a custom collection...

Bug
Needs Test

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 1.3.7 #### Summary In upgrading version up to 1.3.* in DocumentPersister::handleCollections() method...

Bug

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

Bug
Needs Test

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary When storing references as...

Feature

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Future server versions may...

Enhancement

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

Idea