8000 Fix WhereInWalker description to better describe the behaviour of this class by LuigiCardamone · Pull Request #9268 · doctrine/orm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix WhereInWalker description to better describe the behaviour of this class #9268

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

Merged

Conversation

LuigiCardamone
Copy link
Contributor

I changed the verb "replace" with "append" to better describe the behavior of this class. As you can see in lines from 105 to 140 the $AST->whereClause is not replaced with the IN condition, but the IN condition is appended.
This is not a detail since the verb "replace" generates confusion and in Issue #9042 we thought that there was a bug in the code.

- change the verb "replace" with "append" to better describe the behaviour of this class
@SenseException SenseException requested a review from stof December 20, 2021 22:08
@derrabus derrabus added this to the 2.10.5 milestone Dec 21, 2021
LuigiCardamone and others added 2 commits December 28, 2021 16:09
Co-authored-by: Alexander M. Turek <me@derrabus.de>
Co-authored-by: Alexander M. Turek <me@derrabus.de>
@derrabus derrabus merged commit b7d8229 into doctrine:2.10.x Jan 9, 2022
derrabus added a commit that referenced this pull request Jan 9, 2022
* 2.10.x:
  Fix WhereInWalker description to better describe the behaviour of this class (#9268)
derrabus added a commit to derrabus/orm that referenced this pull request Jan 9, 2022
* 2.11.x:
  Leverage generic ObjectManagerDecorator (doctrine#9312)
  Fix WhereInWalker description to better describe the behaviour of this class (doctrine#9268)
  Regenerate Psalm baseline
  Update Psalm baseline for Persistence 2.3 (doctrine#9349)
  Support readonly properties for read operations (doctrine#9316)
derrabus added a commit that referenced this pull request Jan 9, 2022
* 2.11.x:
  Leverage generic ObjectManagerDecorator (#9312)
  Fix WhereInWalker description to better describe the behaviour of this class (#9268)
  Regenerate Psalm baseline
  Update Psalm baseline for Persistence 2.3 (#9349)
  Support readonly properties for read operations (#9316)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0