zYne
115cadb081
complete support for DISTINCT keyword
2007-06-08 20:17:17 +00:00
zYne
b097669fbe
tests for DISTINCT functionality
2007-06-08 20:16:51 +00:00
zYne
d04fa55354
Some new tests for one-to-one relation handling
2007-06-08 20:01:13 +00:00
zYne
f6751a5606
2007-06-08 19:32:27 +00:00
zYne
a358559882
2007-06-08 19:29:01 +00:00
zYne
7fc8eebf10
2007-06-08 19:27:38 +00:00
zYne
ad42d14e68
2007-06-08 19:22:18 +00:00
zYne
a64e675871
2007-06-08 19:07:32 +00:00
zYne
be34a396d7
2007-06-07 20:46:26 +00:00
zYne
f2895955e8
2007-06-07 20:46:08 +00:00
runa
7a00232c7a
fixes bug with extended-non-Doctrine_Record tables and makes the relationship parser to fallback to the old method to find keys if it cannot be guessed
2007-06-07 19:20:24 +00:00
romanb
42170dd406
Fixed #328
...
Ticket: 328
2007-06-07 19:17:56 +00:00
zYne
bc717ac900
2007-06-07 18:31:11 +00:00
zYne
db02c85e57
2007-06-07 18:31:03 +00:00
zYne
cc998bf165
2007-06-07 18:21:07 +00:00
zYne
7bacdf0721
2007-06-07 17:58:41 +00:00
zYne
a00c6061ab
One-to-one relation fetching fixed
2007-06-07 17:04:56 +00:00
zYne
7bb0a29819
2007-06-07 16:26:01 +00:00
zYne
22a2494569
2007-06-06 00:12:44 +00:00
zYne
86c5a659ed
2007-06-06 00:02:50 +00:00
zYne
6ef0cc9993
2007-06-05 23:58:11 +00:00
zYne
c697f09f32
2007-06-05 23:35:11 +00:00
zYne
3230021f7f
Proper false statement handling
2007-06-05 23:19:12 +00:00
zYne
b41714eec5
2007-06-05 23:15:15 +00:00
zYne
2a99edae06
2007-06-05 22:37:38 +00:00
zYne
e42bb0e506
2007-06-05 21:02:21 +00:00
zYne
84eaea70d1
2007-06-05 21:00:39 +00:00
zYne
5bb1dbb893
2007-06-05 20:55:54 +00:00
romanb
00399c5636
added a testcase
2007-06-05 20:02:11 +00:00
romanb
cab7c8ea45
New test case for one-one relation fetching.
2007-06-05 19:33:09 +00:00
zYne
1e2b0bf67b
2007-06-05 19:23:01 +00:00
zYne
c8d36a399a
Removed deprecated AccessorInvoker
2007-06-05 19:14:43 +00:00
zYne
dcc3bd8c7d
2007-06-05 18:38:00 +00:00
zYne
b036987973
2007-06-05 18:01:39 +00:00
zYne
33fecefdb6
2007-06-05 17:56:04 +00:00
zYne
cc56542d11
2007-06-04 22:55:47 +00:00
zYne
a0a9df9b71
2007-06-04 22:45:03 +00:00
zYne
4d0310bfd5
2007-06-04 22:38:39 +00:00
zYne
63bca659f8
huge bug fix for new hydration algorithm
2007-06-04 22:37:27 +00:00
zYne
240fdee547
2007-06-04 22:35:33 +00:00
zYne
0f10828804
2007-06-04 22:24:32 +00:00
zYne
12788a4866
2007-06-04 21:59:23 +00:00
zYne
ae342b43a2
2007-06-04 21:50:12 +00:00
zYne
033d511ce3
2007-06-04 20:23:42 +00:00
runa
a41cd2bb01
support for unique columns in multikey tables
2007-06-04 18:47:26 +00:00
zYne
38437492d2
2007-06-04 18:21:36 +00:00
zYne
2efc914cdd
2007-06-04 18:20:32 +00:00
romanb
d7d1bdd97a
Bugfix for parseData2(). Unrelated to the issues mentioned in my previous commit.
2007-06-02 20:33:41 +00:00
pookey
fd70c991c9
finished converting chapter 2 to docbook
2007-06-02 13:37:02 +00:00
romanb
2e6ed4d02f
Updated 2 test cases to outline two major issues with the new hydration (at least i think that it has to do with the problems):
...
1) When the result set is in a custom order, components may be doubled (this already occured half a year ago though the symptoms were different (items were assigned to the wrong collection).
2) Accessing related components that are already loaded (but empty) results in lots of extra queries. The only way to get around that is do wrap an isset() check around nearly all places before accessing a relation. This was not the case in earlier revisions though at that time an isset() was sometimes needed, too to prevent extra queries. But now it seems to be necessary everywhere.
2007-06-02 11:36:31 +00:00