DDC-198: createQueryBuilder does not insert alias into "from" part #246

Closed
opened 2026-01-22 12:32:07 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Dec 7, 2009).

Originally assigned to: @jwage on GitHub.

Jira issue originally created by user russ:

When using createQueryBuilder() the dql created throws an error when executed:

Error: Expected Doctrine\ORM\Query\Lexer::T_IDENTIFIER, got 'LEFT'

The dql created is missing the alias after "from".

Originally created by @doctrinebot on GitHub (Dec 7, 2009). Originally assigned to: @jwage on GitHub. Jira issue originally created by user russ: When using createQueryBuilder() the dql created throws an error when executed: Error: Expected Doctrine\ORM\Query\Lexer::T_IDENTIFIER, got 'LEFT' The dql created is missing the alias after "from".
admin added the Bug label 2026-01-22 12:32:07 +01:00
admin closed this issue 2026-01-22 12:32:08 +01:00
Author
Owner

@doctrinebot commented on GitHub (Dec 8, 2009):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Dec 8, 2009): Issue was closed with resolution "Fixed"
Author
Owner

@doctrinebot commented on GitHub (Dec 13, 2015):

Imported 1 attachments from Jira into https://gist.github.com/f9a50400c71fc3ec556f

@doctrinebot commented on GitHub (Dec 13, 2015): Imported 1 attachments from Jira into https://gist.github.com/f9a50400c71fc3ec556f - [10217_EntityRepository-DDC-198.diff](https://gist.github.com/f9a50400c71fc3ec556f#file-10217_EntityRepository-DDC-198-diff)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#246