Andreas Braun
Andreas Braun
@Siebov does the `Proposal` model define a relationship for `user`? Looking at the result you posted above, it would look like the model defines a relationship for `proposal_round` and is...
I'm not familiar enough with the Laravel relationship types to figure out how `belongsTo` behaves when it's already getting data. Strictly speaking, the result of your pipeline would suggest the...
@Siebov can you show the inverse side of the relationships, i.e. the mapping for `Proposal` in the `User` and `ProposalRound` classes? I'll test this to figure out whether it's supposed...
@katjackson `sticky` doesn't make sense in this package considering how MongoDB handles this problem. The way of scaling through separate read/write connections might be sensible for relational databases, but this...
@MarioCuljak note that the CI pipeline doesn't work anymore, as GitHub Actions no longer supports Ubuntu 18.04. If you want to try and update the workflows to use Ubuntu 20.04,...
Quoting https://github.com/alcaeus/mongo-php-adapter/pull/290#issuecomment-1030329398: > 1.2.2 is the last planned release for this library, and I will only accept fixes for critical bugs (those causing security issues or data loss) from this...
Continued in #1732.
The deprecation refers to the legacy API and instructs users to switch to the new API (found in the Doctrine\Inflector namespace without “Common”). The logic is still available.
> How can we tell they are `Internationalisierung` and `Strategie` (Note there's a connecting `s`)? I may be missing something, but I don't think we need to match all words....
If you could come up with some tests or a list of expected behaviour I can take a look.