Marco Pivetta
|
fac410b213
|
#1169 DDC-3343 - aligning test suite logic to the 2.5 branch (failing tests)
|
2015-02-05 00:16:07 +00:00 |
|
Marco Pivetta
|
cbe5575f38
|
#1169 DDC-3343 - adding tests for orphan-removal + extra-lazy + one-to-many element removal behavior
|
2015-02-05 00:15:18 +00:00 |
|
Marco Pivetta
|
94c0e46c96
|
#1169 DDC-3343 - updating test expectations - one-to-many changes should be no-op unless orphan removal is specified.
|
2015-02-05 00:14:19 +00:00 |
|
Marco Pivetta
|
af59ea962f
|
#1169 DDC-3343 - updating test expectations - one-to-many changes should be no-op unless orphan removal is specified.
|
2015-02-05 00:14:11 +00:00 |
|
Marco Pivetta
|
51250e987e
|
#1169 DDC-3343 - moved tests to correct test class
|
2015-01-24 12:51:19 +01:00 |
|
Marco Pivetta
|
c4b59b4eb0
|
#1169 DDC-3343 - adapting patch to 2.4 branch
|
2015-01-24 12:50:10 +01:00 |
|
Marco Pivetta
|
52fbe35bc7
|
#1169 DDC-3343 - correcting query count assertions on extra-lazy specific tests (some DELETE operations became UPDATE operations)
Conflicts:
lib/Doctrine/ORM/Persisters/Collection/OneToManyPersister.php
tests/Doctrine/Tests/ORM/Functional/ExtraLazyCollectionTest.php
|
2015-01-24 12:38:44 +01:00 |
|
Sander Marechal
|
06ed21e883
|
Remove extra-lazy-get for ManyToMany relation
|
2013-06-27 14:19:39 +02:00 |
|
Sander Marechal
|
70427871ce
|
Extra test for indexBy identifier versus indexBy other fields
|
2013-06-20 14:20:00 +02:00 |
|
Sander Marechal
|
3b92cfac5a
|
Use find() if the indexBy field is the identifier
|
2013-06-20 13:45:38 +02:00 |
|
Sander Marechal
|
647c5e2cad
|
Test actual data returned by get()
|
2013-06-20 10:18:08 +02:00 |
|
Sander Marechal
|
3555007f08
|
Return NULL for non-existent keys
The load() function already returns just one entity or NULL, so
the current() is not needed and the result can be returned directly.
|
2013-06-20 10:09:52 +02:00 |
|
Sander Marechal
|
523697d0b6
|
[DDC-1398] Extra-lazy get for indexed associations
If an association is EXTRA_LAZY and has an indexBy, then
you can call get() without loading the entire collection.
|
2013-06-20 09:29:56 +02:00 |
|
Pascal Borreli
|
a2cd0f5804
|
Fixed typos
|
2013-03-11 00:08:58 +00:00 |
|
Benjamin Morel
|
43b301f22b
|
Fixed English mistakes
|
2012-12-03 11:02:29 +00:00 |
|
Guilherme Blanco
|
d39760ba49
|
Fixed DDC-1608. Non-initialized PersistentCollection methods removeElement and contains now deal correctly with managed entities.
|
2012-01-18 01:04:25 -05:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Guilherme Blanco
|
356f5874bf
|
Added support to removeElement remove items without initializing the PersistentCollection.
|
2011-11-29 11:29:17 -05:00 |
|
Benjamin Eberlei
|
1dc5b7fba4
|
DDC-1462 - Fix bug in slice when calling on a dirty collection that is marked extra lazy
|
2011-10-31 21:34:22 +01:00 |
|
Benjamin Eberlei
|
95193ab5f8
|
DDC-1399 - Fix extra lazy collections when inner collection contains values but persistent collection is marked not dirty because of flush()
|
2011-10-31 21:17:01 +01:00 |
|
Benjamin Eberlei
|
1bc4b62805
|
[DDC-952] Make collection loading work with hydrators also.
|
2011-03-13 00:15:50 +01:00 |
|
Benjamin Eberlei
|
247fc43cef
|
DDC-546 - Rename ClassMetadataInfo::FETCH_EXTRALAZY to ClassMetadataInfo::FETCH_EXTRA_LAZY
|
2011-01-02 15:10:47 +01:00 |
|
Benjamin Eberlei
|
3acc05d953
|
DDC-546 - Fix bug in inverse many-to-many contains.
|
2011-01-02 13:37:29 +01:00 |
|
Benjamin Eberlei
|
75d59d8695
|
DDC-546 - Added functionality for extra-lazy PersistentCollection::contains().
|
2011-01-02 12:46:08 +01:00 |
|
Benjamin Eberlei
|
7c567b305a
|
Refactor DDC-546 persister approach.
|
2011-01-02 12:46:08 +01:00 |
|
Benjamin Eberlei
|
c998797c55
|
DDC-546 - Add Extra Lazy Collection prototype.
|
2011-01-02 12:44:16 +01:00 |
|