Benjamin Eberlei
|
24c6bb3f46
|
Fix errors in EntityRepository docblocks
|
2010-09-04 12:18:02 +02:00 |
|
Roman S. Borschel
|
f415fa7174
|
Bumping dev. version.
|
2010-09-01 20:57:12 +02:00 |
|
Roman S. Borschel
|
20af9d6d9f
|
Bumping DBAL dependency to BETA4.
|
2010-09-01 20:47:01 +02:00 |
|
Roman S. Borschel
|
207d624f5f
|
Bumped Common dependency to RC1, fixing related issues in the test suite.
|
2010-09-01 20:43:23 +02:00 |
|
Benjamin Eberlei
|
7ff9976b3c
|
Made using schema-tool:drop and schema-tool:update more secure by requiring the user to confirm the operation with another flag --force.
|
2010-08-31 23:42:27 +02:00 |
|
Benjamin Eberlei
|
803e338365
|
DDC-684 - Fix flaw in build process. ORM not overwriting DBAL and Common dirs now, instead PEAR packages depend on it now, full package is generated for downloading.
|
2010-08-30 23:35:54 +02:00 |
|
Benjamin Eberlei
|
0b5c694a7e
|
DDC-778 - Fix AbstractQuery::__clone implementation that was wrongly implemented in DDC-770. Added more tests.
|
2010-08-30 20:30:11 +02:00 |
|
beberlei
|
0904bc5cc5
|
DDC-762 - Added test for NULL association finding in OneToOne relations
|
2010-08-29 11:19:23 +02:00 |
|
beberlei
|
33d0bb454b
|
DDC-752 - Moved verify inheritance block behind the loadMetadata event
|
2010-08-28 16:41:18 +02:00 |
|
beberlei
|
c77a12ac83
|
DDC-770 - Refactored EntityGenerator Bugfix NOT to generate a use statement. Simplifies code and circumvents further problems (like importing a class from the namespace we are in)
|
2010-08-28 16:29:08 +02:00 |
|
beberlei
|
2a2936fde5
|
DDC-771 - Bugfix in EntityGenerator generated use statement
|
2010-08-28 14:54:31 +02:00 |
|
Benjamin Eberlei
|
5bd8ffa53c
|
Merge master into DDC-117
|
2010-08-27 22:27:00 +02:00 |
|
Benjamin Eberlei
|
43f8398fbb
|
DDC-770 - Commit missing changes to XmlDriver and YamlDriver
|
2010-08-27 22:21:18 +02:00 |
|
Benjamin Eberlei
|
187d9289ad
|
Merge branch 'DDC-752'
|
2010-08-27 22:15:19 +02:00 |
|
Benjamin Eberlei
|
d115f7af4f
|
DDC-752 - Postpone Inheritance Related Metadata Validation into CMF
|
2010-08-27 22:14:48 +02:00 |
|
Benjamin Eberlei
|
797d9f1be5
|
Merge branch 'master' of github.com:doctrine/doctrine2
|
2010-08-27 21:28:46 +02:00 |
|
Benjamin Eberlei
|
8a21ab4755
|
DDC-770 - Cleanup Query instance when its cloned
|
2010-08-27 21:28:26 +02:00 |
|
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
|
1496250833
|
Merge branch 'master' into DDC-117
|
2010-08-15 20:17:56 +02: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 |
|
Benjamin Eberlei
|
772e592489
|
Try Assoc-Id Mapping with Id that has its column renamed.
|
2010-08-15 19:15:34 +02:00 |
|
Benjamin Eberlei
|
fb44fa6b5a
|
Fix hydration of Assoc-Id Entities, duplicate the hydration of the foreign key once for for use with the assoc-entity as a meta-column. Added isIdentifier capabilities to meta columns.
|
2010-08-15 18:58:25 +02:00 |
|
Benjamin Eberlei
|
5799e391c6
|
Fix bug with updating assoc-id entities
|
2010-08-15 14:40:06 +02:00 |
|
Roman S. Borschel
|
d56d118458
|
Fixed field access.
|
2010-08-14 19:10:28 +02:00 |
|
Benjamin Eberlei
|
e45c52b024
|
Merge Removal of association classes into DDC-117 branch, quite some merge efforts necessary to get it working again
|
2010-08-13 23:23:11 +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
|
db936035e0
|
Added more tests for DQL joining the primary key entity and querying other fields
|
2010-08-08 19:46:45 +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 |
|