#1487: Allow using query parameters in select() and orderby()
-----------------------------------+----------------------------------------
 Reporter:  pstradomski            |       Owner:  romanb
     Type:  enhancement            |      Status:  new   
 Priority:  minor                  |   Milestone:        
Component:  Query/Hydration        |     Version:  1.0   
 Keywords:                         |    Has_test:  0     
 Mystatus:  Pending Core Response  |   Has_patch:  1     
-----------------------------------+----------------------------------------
 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>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to