Andreas Braun

Results 235 comments of Andreas Braun

We'll discuss this at the next ODM hangout.

Just an FYI that this library hasn't seen any significant development activity over the past years and is not very high on our list of priorities. That said, a PR...

@nikophil thanks for bringing up the issue. I've created #2671 to work around the issue gracefully where possible. I'd appreciate it if you could test it and report back in...

> Psalm is failing due to [two unused baseline entries](https://github.com/doctrine/mongodb-odm/actions/runs/8972457667/job/24640499243?pr=2630#step:6:27), but I'm unable to reproduce that locally with PHP 8.2 (same as is used in CI): This could be related...

After investigating this for a while, I was able to figure out what exactly is happening for the first failing test (where pages in one book are not removed when...

@Protocteur I changed the base of this PR to 2.3.x since that's where new features go. This unfortunately picked up a number of commits. You can rebase your branch yourself,...

Imagine thinking anyone cares about Open Source being a joint effort.

#2516 adds the `$search` stage to the aggregation builder, along with almost all operators that the stage supports. Defining Atlas Search index currently isn't possible through the driver, but only...

I had lost track of this issue. I wanted to revisit this yesterday, but with travis-ci no longer reliably running our builds I had to prioritise moving the build environment....

As a general rule, you shouldn't make such changes in the type itself, but rather in the code that generates the UUID. I just haven't gotten around to making the...