Ticket #1195 (closed defect: fixed)
RawSql fixes (addWhere, dictinct, count)
| Reported by: | stefan | Owned by: | romanb |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Query/Hydration | Version: | 0.11.0 |
| Keywords: | Cc: | ||
| Has Test: | yes | Status: | Pending Core Response |
| Has Patch: | yes |
Description (last modified by stefan) (diff)
This ticket addresses several problems an Doctrine_RawSql. Two patches and a test case are attached.
The following problems get fixed:
- parseDqlQueryPart and therefore addWhere() etc. fail if called several times. (Patch 1)
- distinct doesn't work (Patch 1)
- count() is not supported. This makes the RawSql? query useless with Doctrine_Pager (Patch 2)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.