Ticket #1015 (closed defect: fixed)
Doctrine_Query SELECT fails with inner join
| Reported by: | jfung | Owned by: | jwage |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.0 |
| Component: | Attributes | Version: | 0.11.0 |
| Severity: | Keywords: | ||
| Cc: | Has Test: | ||
| Status: | Has Patch: |
Description
For a Doctrine_Query, adding a Select clause to an inner join causes Doctrine to generate incorrect SQL, and therefore leading to improper hydration.
This behavior is not seen if the query is created using a Doctrine_RawSql().
Attachments
Change History
Note: See
TracTickets for help on using
tickets.