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 |
|
doctrine
|
02a283f5e9
|
|
2006-06-03 09:10:43 +00:00 |
|
doctrine
|
20990ed204
|
DQL: direct one-to-one relation fetching bug fixed
|
2006-05-29 08:43:21 +00:00 |
|
doctrine
|
cf5b0ef906
|
Validators updated
|
2006-05-26 11:32:35 +00:00 |
|
doctrine
|
4c582bec6c
|
DQL with aliases bug fixed
|
2006-05-19 10:22:15 +00:00 |
|
doctrine
|
55f40e6eb3
|
Session flush bug fixed
lots of small bugs fixed
small enhancements
|
2006-05-18 20:44:02 +00:00 |
|
doctrine
|
94005a9fdd
|
DQL alias bug fixed
|
2006-05-17 17:58:40 +00:00 |
|
doctrine
|
c9e345d4ac
|
Preliminary support for join table self-referencing
|
2006-05-17 09:37:41 +00:00 |
|
doctrine
|
90d34063af
|
Preliminary support for composite primary keys
Many-to-Many alias bug fixed
|
2006-05-16 20:37:26 +00:00 |
|
doctrine
|
c9877af407
|
Preliminary support for relation aliases
|
2006-05-13 08:37:52 +00:00 |
|
doctrine
|
bafcd6625c
|
|
2006-04-27 20:24:59 +00:00 |
|
doctrine
|
7327d3b69e
|
Custom primary key column support
|
2006-04-23 08:12:01 +00:00 |
|
doctrine
|
81160cb995
|
Fixed one-to-one relation bug, with foreignkey [worked only with localkey]
Fixed session flushing bug
Faster session flushing algorithm
Fixed couple of require_once errors
|
2006-04-21 08:39:09 +00:00 |
|
doctrine
|
61790d31cf
|
immediate fetching bug fixed
|
2006-04-16 22:46:05 +00:00 |
|
doctrine
|
91988123a0
|
|
2006-04-16 22:17:23 +00:00 |
|
doctrine
|
4cf838a583
|
Many-to-Many mapping error fixed
|
2006-04-16 21:23:38 +00:00 |
|
doctrine
|
cb79b1d995
|
|
2006-04-16 20:38:17 +00:00 |
|
doctrine
|
571cb46726
|
|
2006-04-13 20:37:28 +00:00 |
|