Improve BasicEntityPersister to be more flexible and cleaner#12087
Improve BasicEntityPersister to be more flexible and cleaner#12087greg0ire merged 3 commits intodoctrine:2.20.xfrom
Conversation
|
The commit messages are helpful, good job 👍 |
When the persister is extended to do a multi update, the caching is not wanted. The impact is minimal as the CPU/time overhead per query is much bigger and the prepared statement is not cached anyway.
The new variable name is much more clearer.
23d10ec to
8c6419e
Compare
|
done |
|
🤔 according to #11208 you should be targeting 3.6.x, since this is an improvement. |
|
I want to follow with some more fixes based on this, can it go as "legacy improvement", ie. into 2.21.x? |
|
I think you could even stay on 2.20.x, given how small this change is, but will the fixes really be undeniably fixes, or are they more questionably fixes? |
|
Let's keep the target then, I plan more minor fixes for the |
SenseException
left a comment
There was a problem hiding this comment.
Upcoming fixes need to be reviewed separately and may need to be done on another target branch.
|
Thanks @mvorisek ! |
Individual changes are explained in commit messages.
Extracted from reworked #8260.