Skip to content
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

DDC-2780 - Fixed issue with IS NULL on join aliases #6328

Merged
merged 1 commit into from
Mar 7, 2017

Conversation

lcobucci
Copy link
Member

@lcobucci lcobucci commented Mar 7, 2017

Apply fix from #5680 (with some minor changes)

Fixes #3528

@lcobucci lcobucci merged commit bd1efaf into master Mar 7, 2017
@lcobucci lcobucci deleted the feature/allow-is-null-on-joins branch March 7, 2017 22:46
@lcobucci lcobucci added this to Done in ORM v2.6.x Mar 7, 2017
@lcobucci lcobucci added Bug and removed Improvement labels Mar 7, 2017
@githoober
Copy link

githoober commented Jul 3, 2018

Can this fix be backported to 2.5? We are suffering from this bug, and yet we cannot upgrade to 2.6 due to the current PHP limitation in our organization.

@githoober
Copy link

I don't understand why a bug that is introduced in one version of doctrine/orm is never fixed in the same version of the library. It's impossible to use it. For example, L2 was introduced in 2.5, but all bug fixes were applied in 2.6.

@githoober
Copy link

#7293

@Ocramius
Copy link
Member

Ocramius commented Jul 3, 2018

I don't understand why a bug that is introduced in one version of doctrine/orm is never fixed in the same version of the library. It's impossible to use it.

We have very limited development resources here, based on free time and volunteering.

We chose to not involve ourselves in long term support plans, as we can't sustain them. Anything that isn't trivial or very important to backport won't be backported to a stable version, but only merged into next minor/major releases depending on whether BC breaks are required or involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

DDC-2780: IS [NOT] NULL conditions with JOINs
4 participants