[PR #864] Updated parser to support aggegrate functions in null comparisons #8827

Closed
opened 2026-01-22 16:01:52 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/864

State: closed
Merged: No


Parser didn't support syntax like "SELECT i FROM entity i JOIN i.second s GROUP BY i HAVING max(s.something) IS NULL" which should be perfectly valid. Changed isAggregateFunction to support parameterless call which makes it consistent with isFunction.

**Original Pull Request:** https://github.com/doctrine/orm/pull/864 **State:** closed **Merged:** No --- Parser didn't support syntax like "SELECT i FROM entity i JOIN i.second s GROUP BY i HAVING max(s.something) IS NULL" which should be perfectly valid. Changed isAggregateFunction to support parameterless call which makes it consistent with isFunction.
admin added the pull-request label 2026-01-22 16:01:52 +01:00
admin closed this issue 2026-01-22 16:01:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8827