Roman S. Borschel
|
506973a92e
|
[DDC-757] Fixed. Also fixed some failing postgres tests due to changes to the default allocation size for sequences.
|
2010-08-26 13:47:37 +02:00 |
|
Benjamin Eberlei
|
241e4d2f53
|
DDC-737 - Implemented slice() on PersistentCollection for fowards compatibility reasons. The method will be required on Collection interface with the next Doctrine\Common release
|
2010-08-24 21:56:29 +02:00 |
|
Roman S. Borschel
|
d0717ee458
|
Fixed typo and simplified method as mentioned in an earlier comment.
|
2010-08-24 17:17:58 +02:00 |
|
Jonathan H. Wage
|
aa5826b69a
|
Symfony/Components renamed into Symfony/Component
|
2010-08-23 12:44:15 -05:00 |
|
Sébastien HOUZE
|
4a9f36800e
|
Symfony/Components renamed into Symfony/Component
|
2010-08-23 12:39:30 -05:00 |
|
Benjamin Eberlei
|
2f00db08e1
|
Merge branch 'master' of github.com:doctrine/doctrine2
|
2010-08-15 20:16:28 +02:00 |
|
Benjamin Eberlei
|
dd5574162a
|
Merge branch 'DDC-742'
|
2010-08-15 19:51:26 +02:00 |
|
Benjamin Eberlei
|
6f4f8f8cb1
|
DDC-742 - Fix issue with collections that are set to fetch=EAGER not being initialized with takeSnapshot() correctly
|
2010-08-15 19:51:06 +02:00 |
|
Roman S. Borschel
|
d56d118458
|
Fixed field access.
|
2010-08-14 19:10:28 +02:00 |
|
Guilherme Blanco
|
5719f8523b
|
[DDC-577] Updated allocationSize to 1 based on discussion on DDC-569.
|
2010-08-12 01:07:48 -03:00 |
|
Guilherme Blanco
|
496a34a4d2
|
[DDC-581] Implemented support to SingleValuedPathExpression to InExpression.
|
2010-08-12 00:16:07 -03:00 |
|
Guilherme Blanco
|
c3064336ab
|
Merge branch 'master' of github.com:doctrine/doctrine2
|
2010-08-11 23:13:03 -03:00 |
|
Guilherme Blanco
|
84b9eda17c
|
[DDC-680] Implemented support to complex mathematical expression in subselect part aswell as improved support of comparison expressions.
|
2010-08-11 23:12:44 -03:00 |
|
Benjamin Eberlei
|
98785122d3
|
DDC-562 - Finally able to generate Unique Constraint on @OneToOne foreign keys
|
2010-08-10 22:07:43 +02:00 |
|
Roman S. Borschel
|
ca1931de81
|
More association mapping doc-block updates.
|
2010-08-09 23:23:30 +02:00 |
|
Roman S. Borschel
|
575858774d
|
Updated API doc for association mappings.
|
2010-08-09 23:13:34 +02:00 |
|
Benjamin Eberlei
|
a812dab4d4
|
DDC-729 Add more tests for merging with many to many relations
|
2010-08-09 23:02:44 +02:00 |
|
Roman S. Borschel
|
139f8b52ab
|
Merge branch 'DDC-626'
|
2010-08-09 22:50:21 +02:00 |
|
Roman S. Borschel
|
dd7be5b13a
|
Improving API and docblocks. Removing superfluous tests.
|
2010-08-09 22:48:07 +02:00 |
|
Roman S. Borschel
|
4826739824
|
Simplified ClassMetadata lookup in UnitOfWork and added docblock.
|
2010-08-09 22:48:07 +02:00 |
|
Roman S. Borschel
|
5178f4b7d6
|
Corrected TO_ONE check just to be sure.
|
2010-08-09 22:48:07 +02:00 |
|
Roman S. Borschel
|
8d3e0e61ea
|
Moved association mappings to plain arrays, just like field mappings.
|
2010-08-09 22:48:07 +02:00 |
|
Benjamin Eberlei
|
da809fdeda
|
DDC-735 - Forward compatible fix for ArrayCollection::removeElement() returning the element instead of true
|
2010-08-09 21:26:10 +02:00 |
|
Benjamin Eberlei
|
8ea1d3825f
|
DDC-735 - Fix PersistentCollection::remove() and PersistentCollection::removeElement() behaving differently with regards to orphan removal
|
2010-08-08 17:13:03 +02:00 |
|
Benjamin Eberlei
|
21753c71c9
|
DDC-651 - Fix short name being used instead of long-name in extends section of EntityGenerator
|
2010-08-08 16:43:52 +02:00 |
|
Benjamin Eberlei
|
ea954e8123
|
DDC-703 - Fixed change tracking not passed to child classes in inheritance hierachy
|
2010-08-08 16:15:35 +02:00 |
|
Benjamin Eberlei
|
37a1a35b75
|
Merge branch 'DDC-729'
|
2010-08-08 16:08:43 +02:00 |
|
Benjamin Eberlei
|
a705b81d9b
|
DDC-729 - Fix issue with merging of collections leading to dereference behaviour after next flush(). Added a test for dereferencing of collections as there was none
|
2010-08-08 16:07:40 +02:00 |
|
Roman S. Borschel
|
0424d87099
|
[DDC-386][DDC-675] Fixed.
|
2010-08-08 15:03:40 +02:00 |
|
Benjamin Eberlei
|
dcebc241b4
|
DDC-728 - Verified with test that checking for an inherited single valued association works
|
2010-08-08 14:23:57 +02:00 |
|
Roman S. Borschel
|
a1bf4dc4f6
|
API doc adjustments.
|
2010-08-08 13:10:53 +02:00 |
|
Roman S. Borschel
|
34262aeae1
|
Removed support for experimental C extension. Will be re-examined for 3.0.
|
2010-08-08 12:52:46 +02:00 |
|
Roman S. Borschel
|
3630e06b84
|
[DDC-522][DDC-419][DDC-383] Fixed.
|
2010-08-08 12:40:32 +02:00 |
|
Benjamin Eberlei
|
69e9fd3145
|
DDC-704 - Added better validation of inheritence type constructs in Xml, Annotation and Yaml Drivers
|
2010-08-08 12:29:14 +02:00 |
|
Benjamin Eberlei
|
eaa78b981b
|
DDC-700 - Skip generation of proxy classes for Mapped superclasses
|
2010-08-08 12:05:21 +02:00 |
|
Benjamin Eberlei
|
f2715c9af4
|
DDC-654 - Removed unused lines of code in AST/Functions namespace
|
2010-08-08 11:49:39 +02:00 |
|
Benjamin Eberlei
|
9347263a43
|
DDC-709 Add further validation for @OrderBy field names on target entities
|
2010-08-08 11:39:44 +02:00 |
|
Benjamin Eberlei
|
bd28cb1b12
|
DDC-645 - Demoted <change-tracking-policy /> to an attribute on <entity /> to allow better validation, fixed XSD schema
|
2010-08-08 11:32:12 +02:00 |
|
Benjamin Eberlei
|
251247c16f
|
DDC-633 - Fix Eager ManyToOne or OneToOne relations being replaced by a proxy instead.
|
2010-08-08 11:05:30 +02:00 |
|
Benjamin Eberlei
|
11b25422d6
|
Merge branch 'master' of github.com:doctrine/doctrine2
|
2010-08-07 12:42:23 +02:00 |
|
Benjamin Eberlei
|
0bc22a240b
|
Updated UPDATE_TO_2_0 document with BC changes and stuff related to the Beta2 to Beta3 Migration
|
2010-08-07 12:31:24 +02:00 |
|
Roman S. Borschel
|
92a79df156
|
Bumping dev. version.
|
2010-08-07 12:15:01 +02:00 |
|
Roman S. Borschel
|
29bf4adac7
|
Fixed merging issue with sequence identifiers.
|
2010-08-07 11:33:33 +02:00 |
|
Guilherme Blanco
|
35af98260a
|
[DDC-719] Fixed issue with Empty and also Size function that were generating an incorrect SQL for associations counting.
|
2010-08-06 13:01:06 -03:00 |
|
Jonathan H. Wage
|
623c02c7dc
|
Updating common to 2.0.0BETA4
|
2010-08-02 16:40:52 -05:00 |
|
Roman S. Borschel
|
0c07b31136
|
Tweaked INSTANCE OF implementation.
|
2010-07-30 17:56:11 +02:00 |
|
Roman S. Borschel
|
a25101add1
|
Fixed merging with NOTIFY policy.
|
2010-07-30 17:19:51 +02:00 |
|
Roman S. Borschel
|
69073c4b37
|
Fixes for merging bidirectional associations where both sides define cascade=merge as well as fixes for handling null values and proxies properly in single-valued associations.
|
2010-07-30 17:19:50 +02:00 |
|
Roman S. Borschel
|
954a8c3935
|
Updated tests.
|
2010-07-30 17:19:50 +02:00 |
|
Guilherme Blanco
|
e69c7c7c60
|
Merge branch 'DDC-722'
|
2010-07-30 01:30:40 -03:00 |
|