[Doctrine] #1487: Allow using query parameters in select() and orderby()

2 views
Skip to first unread message

Doctrine

unread,
Sep 24, 2008, 4:36:21 AM9/24/08
to doctri...@googlegroups.com
#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

Doctrine

unread,
Sep 28, 2008, 4:16:48 PM9/28/08
to doctri...@googlegroups.com
#1487: Allow using query parameters in select() and orderby()
------------------------------+---------------------------------------------
Reporter: pstradomski | Owner: romanb
Type: enhancement | Status: new
Priority: minor | Milestone: 1.1.0
Component: Query/Hydration | Version: 1.0.0
Resolution: | Keywords:
Has_test: 0 | Mystatus: Pending Core Response
Has_patch: 1 |
------------------------------+---------------------------------------------
Changes (by jwage):

* milestone: => 1.1.0

--
Ticket URL: <http://trac.doctrine-project.org/ticket/1487#comment:1>

Doctrine

unread,
Dec 1, 2008, 5:33:31 PM12/1/08
to doctri...@googlegroups.com
#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>

Reply all
Reply to author
Forward
0 new messages