romanb
156cfd4a27
Introduced a separation of the 2 concerns: 1) Query construction 2) Result hydration.
...
Makes it easier to see the dependencies between these two concerns, cache the results of the query parsing process later on, implement & use alternative hydrators to experiment with different algorithms etc. etc.
Other small refactorings.
2007-11-20 14:26:42 +00:00
meus
95792cdb17
fixes #596 . Added suggested patch
2007-11-18 12:37:46 +00:00
zYne
071d5425bc
fixes #580
2007-11-10 15:46:01 +00:00
Jonathan.Wage
27b369a5f3
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
2007-10-21 06:23:59 +00:00
romanb
72b2911761
fixed a bug in Doctrine_Query_Abstract::set(). Missing return value.
2007-10-04 15:06:46 +00:00
Jonathan.Wage
f99151063d
more api doc changes
2007-10-03 21:47:55 +00:00
Jonathan.Wage
0a6f216efa
Lots of formatting changes, cleanup, doc block changes.
2007-10-03 21:43:22 +00:00
gnat
8402633bcc
invalid variable
2007-09-20 05:25:52 +00:00
meus
f3a377a794
replace tabs with 4 spaces. and fix other coding style related stuff
2007-09-03 14:57:18 +00:00
romanb
af2a83484f
refactored parameter stacking ( Fixes #442 ).
2007-09-02 09:28:38 +00:00
zYne
f6c1560ebc
2007-08-14 20:44:48 +00:00
zYne
5a976de3f4
fixes #335
2007-08-14 20:23:02 +00:00
zYne
1c919c7a0a
added whereIn
2007-08-02 21:24:29 +00:00
romanb
fc2f9f29bd
Closes #405 .
...
Syntax for getting input properly escaped through prepared statements:
$query->set('field', 'field + ?', $value)
or
$query->set('field', 'field + ? - ?', array($value1, $value2))
or simply
$query->set('field', '?', $value)
Ticket: 405
2007-07-24 11:34:00 +00:00
RossC0
bba435d7a1
[ #404 ] restored addFrom for the DQL - went missing in Query.php refactorings
2007-07-20 10:11:13 +00:00
zYne
115cadb081
complete support for DISTINCT keyword
2007-06-08 20:17:17 +00:00
zYne
d4c12c357d
new DQL Hydration algorithm !
2007-05-31 17:45:07 +00:00
zYne
0b819a2919
2007-05-27 18:50:56 +00:00
zYne
b1a7875618
2007-05-24 19:47:28 +00:00
zYne
2ce1c5f483
2007-05-24 17:49:15 +00:00
zYne
3d4bcd4099
2007-05-24 13:58:36 +00:00
zYne
28af01fd8b
2007-05-24 13:52:30 +00:00
zYne
2f10b04e72
2007-05-21 16:15:20 +00:00