-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
second-level-cache, entity-hydrator throws exception #5808
Comments
same thing with enabled second level cache, sf 2.8.7, doctrine 2.5.4 Any ideas? |
Does this also affect master?
|
Master seems fine. |
Can anyone verify what commit fixes this issue, and link it up with what this issue duplicates? |
@floriansemm, @okwinza the "Association cache definition" documentation has a note:
Please, you could to check if this error still occurs adding |
Repro test case here: https://gist.github.com/Majkl578/61731254ea9d36f2f32778d357ff4f5b |
@yceruto the error was caused by an other relation. Everything is fine now. |
Does it means that this issue can be closed? |
Closing as duplicate of #6124 unless anybody can create a different failing test scenario (in such case, I'll re-open). |
I have the following entity:
Creating and persisting of new
GeoinformationMetaData
objects works fine. When I query the database I get the following error:I use doctrine
v2.5.4
with symfonyv3.0.5
.The text was updated successfully, but these errors were encountered: