Andreas Braun

Results 235 comments of Andreas Braun

@techbelle this is part of the 2.x milestone, so it won't be marked as stale again. That said, I haven't managed to make any progress on this or on the...

Testing against replica sets was added in https://github.com/doctrine/mongodb-odm/pull/2060. No tests against servers with SSL enabled have been added so far.

In 1.x, repository method is expected to return a cursor, not an array of objects. The problem in 2.0 arises because a cursor can no longer be counted, so we'd...

@jmikola you need to work on your summoning abilities a bit ;) Using the comparable interface would make sense - we could compare the objects using `===` if one of...

> The problem has still not been solved? Indeed it hasn't. If you're up for it, we're happy to assist while you create the pull request.

> As this is a BC Break, is there any way we could change this for the 2.0 release? Short answer: no. Long answer below. So, what we currently do...

Complex fields => everything other than a scalar value, so references, embedded documents, value objects, etc.

@malarzm We've had a similar issue in our software. We have multiple content types and wanted to have all functionality they share in a mapped superclass. Since it's also possible...

I'll have to take a look. That definitely wasn't an intended BC break, and if we can easily bring that back, I'd be happy to do so. @Steveb-p do you...

@malarzm putting the issue into a project (e.g. the Roadmap) keeps the bot away :)