#1487: Allow using query parameters in select() and orderby()
-----------------------------------+----------------------------------------
Reporter: pstradomski | Owner: romanb
Type: enhancement | Status: new
Priority: minor | Milestone: 1.2.0
Component: Query/Hydration | Version: 1.0.0
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 1
-----------------------------------+----------------------------------------
Changes (by jwage):
* 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>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---