DDC-2103: Add support for using AliasResultVariable in WhereClause #2647

Closed
opened 2026-01-22 13:59:09 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Oct 25, 2012).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user hason:

It would be nice if supported writing in DQL:

SELECT LOWER(a.name) AS name FROM User a WHERE name LIKE ?

The resulting sql:

SELECT LOWER(c0_.name) AS sclr0 FROM users c0_ WHERE LOWER(c0_.name) LIKE ?

Originally created by @doctrinebot on GitHub (Oct 25, 2012). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user hason: It would be nice if supported writing in DQL: SELECT LOWER(a.name) AS name FROM User a WHERE name LIKE ? The resulting sql: SELECT LOWER(c0_.name) AS sclr0 FROM users c0_ WHERE LOWER(c0_.name) LIKE ?
admin added the New Feature label 2026-01-22 13:59:09 +01:00
admin closed this issue 2026-01-22 13:59:11 +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#2647