Maciej Malarz

Results 27 issues of Maciej Malarz

It seems like this was supposed to happen in 4.x but fell through the cracks. Cross-linking #649 that made ma realize this

Task

Code in docs ~is using `array()` notations~, not using typehints and does not conform to Doctrine standard.

Documentation
Hacktoberfest

https://github.com/symfony/diversity/issues/9 https://github.com/doctrine/DoctrineMongoDBBundle/pull/535#discussion_r265003552 https://github.com/doctrine/DoctrineMongoDBBundle/pull/535#discussion_r265003779

Documentation
Hacktoberfest

Leftover from #535 - [ ] One of thing that I've found is reusing connection for session storage as I believe all session storages were dropped in 2.x - [...

Documentation

Leftover from #535

Documentation

Supersedes #997, follows up the theory from https://github.com/doctrine/common/pull/997#discussion_r996088400. Without the cast all tests from doctrine/common are passing, ORM's test suite is also fine with the change: https://github.com/doctrine/orm/pull/10166. ~~@Gwemox mind giving...

Bug

To prevent issues like https://github.com/doctrine/mongodb-odm/issues/2568 where we had no clue we broke this

Task
Hacktoberfest

The `merge` method is removed from the `ObjectManager` interface in `doctrine/persistence` 3.0 and as such we are free to deprecate (and eventually remove) it as well. Throughout the years the...

Task

This is how we should ideally allow extensions to be combined with ODM's schema. Sadly, this does not work and it seems work on extensions' maintainers is needed anyway :(...

Ideally this was supposed to be implemented along with #1620 but it turned out that legacy driver does not support the feature. Scheduling this for 2.0 for when we'll be...

Feature