Andreas Braun

Results 235 comments of Andreas Braun

No worries at all. I'll be off for most of the next two weeks, so please take some time to enjoy the holidays. No need to rush anything here.

@weirdan @nschoellhorn working with you on annotations was great! Would love to do this again for all persistence libraries. Right @ocramius?

If we make changes to the signature of `findAll`, I would vote for using the same signature we use for the `findBy` method, minus the `$criteria` argument: ```php public function...

> My reasoning for not adding limit and offset is because then it's not technically "all" anymore. 🤦‍♂️ Um, yeah. That makes sense.

> One question: when merging generated `arginfo.h` files, I assume we always want to regenerate those _after_ merging to ensure the "Stub hash" is consistent. Is that correct? That is...

@qiqizjl There was no 1.22.2 release for libmongoc, which means that we can't patch this in 1.14 (we don't usually bump libmongoc minor versions in a patch release). Well discuss...

I believe adding a link to the connection string reference in the MongoDB docs should help in the future. Adding to the roadmap.

I apologise for the delayed response, this issue managed to hide in between my notifications. The `PrettyDataCollector` previously attempted to reproduce commands to be used in the MongoDB shell for...

Ah. The `$oid` portion is how ObjectID is serialised. This won't work in the MongoDB shell and needs to be changed. I'll see what I can do there 👍

Sorry, I haven't gotten to it at all for now.