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

| Q | A |------------- | ----------- | Type | bug/feature/improvement | BC Break | yes/no | Fixed issues | #### Summary Replaces #2542 This PR adds the missing time...

| Q | A |------------- | ----------- | Type |feature | BC Break | yes/no | Fixed issues | #### Summary

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Right now it gets...

| Q | A |------------- | ----------- | Type | bug | BC Break | yes | Fixed issues | #2349 #### Summary Taking a look at #2349 seems like...

Bug

### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.2.1 #### Summary This happens on PHP >= 7.4 where the Document...

Bug

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.5.2 #### Summary I created a combination of 5 classes Tree, Branch,...

Bug

### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.1 #### Summary I have a document with a field with...

Bug

### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.1 #### Summary When we have a field with the type...

Bug

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.5.3 #### Summary Having an inheritance and defining indices on a subclass...

Bug

Think of the following two documents: ``` php

Idea