I have a select query I\'d like to perform with Doctrine:
$resultset = Doctrine_Query::create() ->select(\"t.code, t.description, case when t.id_outc
The BNF grammar for the Doctrine Query Language doesn't seem to contain anything related to a CASE construct.
CASE