mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
DDC-1122: Parsing OR conditions in Where clause throws an exception #1402
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Apr 22, 2011).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user deatheriam:
I have the next query:
that throws an exception:
@doctrinebot commented on GitHub (Apr 30, 2011):
Comment created by @beberlei:
Fixed formatting, scheduled for 2.0.5
@doctrinebot commented on GitHub (Apr 30, 2011):
Comment created by @beberlei:
It works for me outside the QueryBuilder context when using DQL itself.
Can you call $qb->getQuery()->getDQL() and print that here?
@doctrinebot commented on GitHub (May 13, 2011):
Comment created by @guilhermeblanco:
As stated by this passing unit test:
https://github.com/doctrine/doctrine2/commit/1e9e2de73740667de49847392d978eb4847217a2
This issue is invalid for assigned fix version.
@doctrinebot commented on GitHub (May 13, 2011):
Issue was closed with resolution "Invalid"