-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CompositeExpression is mutable #3844
Comments
Fixed in #3858. |
@morozov Is there anything preventing this issue from being closed? |
I usually rely on GitHub to close issues automatically. |
beberlei
added a commit
to beberlei/dbal
that referenced
this issue
Mar 7, 2021
beberlei
added a commit
to beberlei/dbal
that referenced
this issue
Mar 7, 2021
beberlei
added a commit
to beberlei/dbal
that referenced
this issue
Mar 11, 2021
beberlei
added a commit
to beberlei/dbal
that referenced
this issue
Mar 11, 2021
beberlei
added a commit
to beberlei/dbal
that referenced
this issue
Mar 11, 2021
…ignoreDeprecationTemporarily
beberlei
added a commit
to beberlei/dbal
that referenced
this issue
Mar 22, 2021
beberlei
added a commit
to beberlei/dbal
that referenced
this issue
Mar 27, 2021
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a composite expression is used in different parts of the same query or in different queries, its implicit mutation by the
QueryBuilder::(and|or)(Where|Having)()
methods in one place will affect the other places as well.Before:
After:
The text was updated successfully, but these errors were encountered: