Andreas Braun

Results 235 comments of Andreas Braun

Given the lack of updates here, I'd say "obviously not".

> @alcaeus do you remember the reason why we're casting values to anything instead of relying on `$dbOrgValue == $dbActualValue`? Off the top of my head, no. > The code...

I've put this on the roadmap and we'll be discussing this in our hangout tonight - I'll post an update afterwards. I remember us wanting to make some changes to...

2.4 is already released. I'll take a look at this after the weekend for inclusion in a 2.5 patch release.

I made some adjustments to the tests to no longer rely on the absence of an error (and instead running an assertion), as well as applying the logic to all...

For the `$currentOp`, `$listLocalSessions`, and `$listSessions` stages: we may consider not adding these, as there is no concept for `db.aggregate` in the aggregation builder: it always runs on a specific...

None besides what's written above. It's in the 1.x milestone, meaning we are willing to add it to one of the next 1.x releases, but nothing more than that. You...

@svscorp I haven't taken a look in a while. Since you have an idea about how to implement it, could you create a pull request?

The implementation differs a lot from ORM. For one, we have a lot more flavours of associations than ORM. For example, for any owning-side collection, `matching` wouldn't really be a...

2.x is not very different except for coding standards and the low-level logic. Collections are very similar. As this feature won’t make it into 2.0 either way, there’s no need...