We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
indexBy
https://github.com/janklan/doctrine-bug-11608. Follow the instructions in README.md to see the bug in action.
Plan::$subscription
Subscription
bin/console doctrine:schema:validate
I reckon this one is quite relevant #4203
The text was updated successfully, but these errors were encountered:
Add failing tests
b91830b
doctrine#11608
Fix failing tests
95e9d33
Add more tests
50ec342
Successfully merging a pull request may close this issue.
Bug Report
Reproducer
https://github.com/janklan/doctrine-bug-11608. Follow the instructions in README.md to see the bug in action.
A detail of what's happening
Plan::$subscription
collection uses customindexBy
to allow fetching aSubscription
using a Customer ID when known.indexBy
is deceiving because it matches the name of the property but not the name of the DB columnindexBy
wasn't used.Consequence
What's wrong
bin/console doctrine:schema:validate
to pick up on this misconfigurationRelated issues
I reckon this one is quite relevant #4203
The text was updated successfully, but these errors were encountered: