mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1416: bug in simple test with sub query #1775
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 (Oct 13, 2011).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user waldo2188:
For exemple :
$query = $em->createQuery("SELECT * FROM address WHERE :aValue IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)");
$query->getQuery()->getSQL();
Doctrine throw that error : Doctrine\ORM\Query\QueryException: [Semantical Error] line 0, col xxx near ':aValue': Error: ':aValue' is not defined.
But in SQL this type of request is posible.
@doctrinebot commented on GitHub (Dec 4, 2011):
Comment created by @guilhermeblanco:
Fixed in trunk:
0380d5ae58@doctrinebot commented on GitHub (Dec 4, 2011):
Issue was closed with resolution "Fixed"