[PR #8591] Return case insensitive check #11083

Open
opened 2026-01-22 16:09:39 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: Yes


Return insensitive check after #8453

Problem: ->andWhere("u.name = ?1 or u.username = ?1"); did not wrap part in parenthesis when or or and was written in lowercase anymore. It still worked for uppercase OR and AND.

Fixes #8595

**Original Pull Request:** https://github.com/doctrine/orm/pull/8591 **State:** closed **Merged:** Yes --- Return insensitive check after #8453 Problem: `->andWhere("u.name = ?1 or u.username = ?1");` did not wrap part in parenthesis when `or` or `and` was written in lowercase anymore. It still worked for uppercase `OR` and `AND`. Fixes #8595
admin added the pull-request label 2026-01-22 16:09:39 +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#11083