* milestone: 1.1.0 => 1.2.0
Old description:
> Currently, when using doctrine_rawsql or doctrine_query it is possible to
> put query parameters in where, join, having and set parts.
> It should also be possible to add them to select and order clauses (to be
> able to use for example MATCH(title) AGAINST (?) in MySQL).
>
> Patch that adds query parameters to orderby part is attached
New description:
Currently, when using doctrine_rawsql or doctrine_query it is possible to
put query parameters in where, join, having and set parts.
It should also be possible to add them to select and order clauses (to be
able to use for example MATCH(title) AGAINST (?) in MySQL).
Patch that adds query parameters to orderby part is attached
--
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1487#comment:2>