Use DQL instead of repository to fetch product attributes#11882
Conversation
loevgaard
commented
Sep 28, 2020
| Q | A |
|---|---|
| Branch? | 1.7 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | fixes #11843 |
| License | MIT |
|
I have no idea why the build fails, but since it doesn't fail on PHP7.3 I guess it doesn't have something to do with this PR? |
lchrusciel
left a comment
There was a problem hiding this comment.
Hey Joachim,
thanks for your contribution. Does it solve the issue with changes to entities mapping during migration? I was wondering if we shouldn't go even further and write plain SQL to fetch all the required attributes. What do you think?
Also, I've restarted your build. The error seems to be not related with your changes.
|
I used https://patch-diff.githubusercontent.com/raw/Sylius/Sylius/pull/11882.patch as a patch for the issue mentioned and it fixes that issue, yes. I don't see why we would need to rewrite it to SQL. |
|
The base of this pull-request was changed, you need fetch and reset your local branch Unless you added new commits (to this branch) locally that you did not push yet, Feel free to ask for assistance when you get stuck 👍 |
cdfb055 to
8b130e7
Compare
305aeb1 to
27d2ddc
Compare
27d2ddc to
230cba9
Compare
230cba9 to
95b0bab
Compare
|
The base of this pull-request was changed, you need fetch and reset your local branch Unless you added new commits (to this branch) locally that you did not push yet, Feel free to ask for assistance when you get stuck 👍 |
|
Thanks, Joachim! 🥇 |