Benjamin Eberlei
|
140ddf5098
|
DDC-817 - Add possibility to query by owning side association join column ids and tests for plain entities, single- and joined table inheritance
|
2010-09-27 22:31:18 +02:00 |
|
Benjamin Eberlei
|
d2630ff54e
|
DDC-819 - Fix bug with invalid parameter exception because of using isset instead of array_key_exists()
|
2010-09-27 21:03:12 +02:00 |
|
Benjamin Eberlei
|
8f80c94923
|
DDC-514 - Implemented default for discriminator column
|
2010-09-23 23:10:31 +02:00 |
|
Benjamin Eberlei
|
01ffa2dc9e
|
DDC-573 - Implement resetDQLPart() and resetDQLParts() methods on QueryBuilder.
|
2010-09-23 22:32:23 +02:00 |
|
Benjamin Eberlei
|
75e5c40a50
|
DDC-742 - More tests on the issue about possible caching problem, could not verify however
|
2010-09-22 23:01:08 +02:00 |
|
Benjamin Eberlei
|
6390653df7
|
Merge branch 'DDC-671'
|
2010-09-22 00:19:37 +02:00 |
|
Benjamin Eberlei
|
13047aa12e
|
Fixed Mappedsuperclass Functional Test to work with new modelset and verify that relevant features work
|
2010-09-22 00:15:45 +02:00 |
|
Benjamin Eberlei
|
39f732ab91
|
Refactored DDC-671 model to become a first-class modelset, we dont have one with mapped superclass yet.
|
2010-09-21 23:53:26 +02:00 |
|
Benjamin Eberlei
|
7dc8ef1db9
|
Fix DDC-671 - The sourceEntity field has to be corrected to the subclass name when copied from a mapped superclass. Otherwise DQL queries will be wrong, generating wrong table aliases.
|
2010-09-21 23:14:45 +02:00 |
|
Benjamin Eberlei
|
c70f32f4c9
|
DDC-809 - Fix nasty issue in ObjectHydrator yielding Many-To-Many hydration problems with multi-valued collections that are join-fetched.
|
2010-09-21 00:32:07 +02:00 |
|
Benjamin Eberlei
|
72f65c3665
|
Some changes to the TestCase
|
2010-09-20 19:23:41 +02:00 |
|
Benjamin Eberlei
|
8a92bf075b
|
DDC-671 - Fetch YamlMappingDriverTest from Shurakais remote branch
|
2010-09-16 22:27:04 +02:00 |
|
Benjamin Eberlei
|
d3419780f9
|
DDC-727 - Test shows expected behavior, no failure
|
2010-09-15 22:24:17 +02:00 |
|
Benjamin Eberlei
|
810a129a32
|
DDC-767 - Add testcase that shows described behavior works and not produces notices.
|
2010-09-15 22:11:09 +02:00 |
|
Benjamin Eberlei
|
97e572e2d8
|
DDC-806 - Fix xsd schema not allowing entities without id (in inheritance hierachies)
|
2010-09-15 21:51:44 +02:00 |
|
Benjamin Eberlei
|
da63bad9c8
|
DDC-762 - Fixed notice when mapping foreign keys to field having null values
|
2010-09-13 21:48:25 +02:00 |
|
Benjamin Eberlei
|
ee9158ffb4
|
DDC-749 - Refactor Query tests, add a test for setParameters()
|
2010-09-12 22:44:02 +02:00 |
|
Benjamin Eberlei
|
13da816f4e
|
DDC-748 - Fix bug in EntityManager::refresh() when entity has an owning side many-to-one bi-directional association
|
2010-09-12 21:41:22 +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
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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
|
dd7be5b13a
|
Improving API and docblocks. Removing superfluous tests.
|
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
|
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
|
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
|
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
|
251247c16f
|
DDC-633 - Fix Eager ManyToOne or OneToOne relations being replaced by a proxy instead.
|
2010-08-08 11:05:30 +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 |
|
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 |
|
Guilherme Blanco
|
c1fec32f58
|
[2.0][DDC-482] Added support to INSTANCE OF in DQL.
|
2010-07-30 01:30:02 -03:00 |
|
Benjamin Eberlei
|
af59a581f0
|
Fix DDC440Test to comply with Oracle Identifier-Name Restrictions
|
2010-07-29 00:10:23 +02:00 |
|