zYne
|
e4114c47fa
|
fixed literal enum conversion with joins
|
2007-07-05 17:25:53 +00:00 |
|
pookey
|
1fcddf7252
|
Refs #375
|
2007-06-29 21:27:41 +00:00 |
|
romanb
|
59df6edff9
|
Addition to the validator tests.
Ticket: 354
|
2007-06-28 16:14:06 +00:00 |
|
zYne
|
c5fc122852
|
fixes #364, optimized the bulkDelete for composite primary keys, security check for circular references in cascading saves
|
2007-06-26 13:08:58 +00:00 |
|
zYne
|
e1fbae22a4
|
EventListener method names updated
|
2007-06-25 10:08:03 +00:00 |
|
zYne
|
04bca791bc
|
|
2007-06-24 18:40:42 +00:00 |
|
zYne
|
e1d295f31b
|
|
2007-06-18 18:05:16 +00:00 |
|
zYne
|
595071f767
|
added full support for join table self-referencing
|
2007-06-11 19:27:16 +00:00 |
|
zYne
|
15e28efdb4
|
|
2007-06-10 19:04:53 +00:00 |
|
romanb
|
cab7c8ea45
|
New test case for one-one relation fetching.
|
2007-06-05 19:33:09 +00:00 |
|
zYne
|
dcc3bd8c7d
|
|
2007-06-05 18:38:00 +00:00 |
|
romanb
|
782f073ebe
|
Added a failing test.
|
2007-05-28 17:02:18 +00:00 |
|
zYne
|
8386d6915e
|
|
2007-05-27 18:56:54 +00:00 |
|
zYne
|
b4edcf34a4
|
|
2007-05-22 15:59:44 +00:00 |
|
zYne
|
c06c81dd85
|
|
2007-05-21 21:31:52 +00:00 |
|
romanb
|
18766e6579
|
Fixed an issue with the unique validator.
|
2007-04-12 08:38:59 +00:00 |
|
meus
|
f402f879b2
|
Added support for fetching a subclass when querying the baseclass if the
inheritance mapping is met. Added tests for this and included tests. Wrote
documentation.
|
2007-04-08 14:55:14 +00:00 |
|
romanb
|
4652ae5c50
|
Added a validator test.
|
2007-03-28 13:31:54 +00:00 |
|
zYne
|
5a9c72c3ff
|
index tests
|
2007-02-11 22:55:19 +00:00 |
|
zYne
|
1eb8b54d81
|
lots of refactorings
|
2007-01-21 18:31:51 +00:00 |
|
pookey
|
34a8acba63
|
adding a test to show a situation where cascading inserts do not work
|
2006-10-17 19:02:00 +00:00 |
|
zYne
|
da6f4a3849
|
Fixes #166
|
2006-10-14 16:58:59 +00:00 |
|
romanb
|
db25f46e52
|
Finished the validation changes.
Ticket: 150
|
2006-10-11 16:24:18 +00:00 |
|
romanb
|
b0f0537071
|
Necessary changes to the validation components. Further improvements and docs will follow in the next days.
Ticket: 150
|
2006-10-09 18:00:14 +00:00 |
|
pookey
|
9589f486ef
|
pookey: added boolean test cases for setting null values
|
2006-10-02 01:31:07 +00:00 |
|
romanb
|
05a23f6a30
|
Added a test case to track an ugly bug.
|
2006-10-01 13:54:15 +00:00 |
|
zYne
|
4eb1060b13
|
added new tests
|
2006-10-01 11:21:25 +00:00 |
|
Tanken
|
cba5846b6a
|
Added unit test for queries on multiple left join branches [ticket #139]
Ticket: 139
|
2006-09-30 11:36:14 +00:00 |
|
zYne
|
96177e3e22
|
Added unit tests to cover all eventlistener events, fixed fatal transaction bug
|
2006-09-24 19:38:45 +00:00 |
|
Tanken
|
110a6764e8
|
Added a unit test for access of one-to-one related object from the foreign side. See ticket #108
|
2006-09-23 11:56:57 +00:00 |
|
pookey
|
8ea7b0b8b5
|
boolean test case added (currently fails on selecting when false)
|
2006-09-21 21:18:30 +00:00 |
|
zYne
|
43980029d4
|
Gzip datatype added
|
2006-09-20 15:46:25 +00:00 |
|
zYne
|
1c782a086d
|
Support for application level default values
|
2006-09-15 20:56:25 +00:00 |
|
zYne
|
276af65256
|
Support for passing an array as constraint/validator argument
|
2006-09-04 06:55:16 +00:00 |
|
zYne
|
7bb07a5be1
|
Syntax error fix
|
2006-09-04 06:27:27 +00:00 |
|
zYne
|
087de88f7c
|
Case insensitive column names
|
2006-09-03 19:20:02 +00:00 |
|
zYne
|
c5e4f366d4
|
Tests for covering the Doctrine_Collection::loadRelated functionality for basic many-to-many relations
|
2006-09-03 17:32:35 +00:00 |
|
zYne
|
9bd341d708
|
Doctrine_Record::countRelated() added
|
2006-08-25 23:50:55 +00:00 |
|
zYne
|
d283fbf1c7
|
Preliminary support for DQL aggregate value selecting
|
2006-08-25 18:17:20 +00:00 |
|
zYne
|
a0958f7d0e
|
|
2006-08-21 23:20:33 +00:00 |
|
zYne
|
acced2b987
|
DQL Limit now works with normal many-to-many relations as well as many-to-many relations using column aggregation inheritance
|
2006-08-21 22:24:09 +00:00 |
|
pookey
|
76081664b5
|
Empty values now pass email validator
|
2006-08-15 21:32:59 +00:00 |
|
doctrine
|
7119471b48
|
Doctrine_Collection::loadRelated() added
|
2006-07-27 17:51:19 +00:00 |
|
doctrine
|
a20d0544dd
|
CustomPrimaryKeyTestCase added
|
2006-07-26 17:09:00 +00:00 |
|
doctrine
|
17b452b2ce
|
new component: Doctrine_RawSql
|
2006-07-21 23:22:15 +00:00 |
|
doctrine
|
cff3c43017
|
DQL: improved self-reference handling
|
2006-06-26 21:18:19 +00:00 |
|
doctrine
|
04ca92b094
|
Enum datatype added
|
2006-06-17 22:46:03 +00:00 |
|
doctrine
|
f58535eba1
|
Nested many-to-many fetching
|
2006-06-08 22:11:36 +00:00 |
|
doctrine
|
a9ccd9dc1e
|
Validator: support for array and object types, better handling of null valued columns
|
2006-06-07 09:07:38 +00:00 |
|
doctrine
|
f5f3b0d27a
|
Support for uppercase columns
|
2006-06-05 10:24:14 +00:00 |
|