Ticket #1364 (closed defect: fixed)
COALESCE doesn't work in DQL select queries
| Reported by: | argasek | Owned by: | jwage |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Connection | Version: | 1.0.0 |
| Severity: | Keywords: | coalesce | |
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | yes |
Description
COALESCE is widely supported by SQL servers (see: NVL, ISNULL, IFNULL and COALESCE), so, here's a patch for generic support (however, tested only with PostgreSQL).
Apply against Doctrine/Expression/Driver.php.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.