Guilherme Blanco
|
09d51f9df5
|
Fixing missing table aliases when using Many2Many persister.
|
2013-08-21 23:39:40 -04:00 |
|
Sander Marechal
|
06ed21e883
|
Remove extra-lazy-get for ManyToMany relation
|
2013-06-27 14:19:39 +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 |
|
Fabio B. Silva
|
1effd38043
|
Fix DDC-2252
|
2013-03-16 01:15:54 -03:00 |
|
Benjamin Morel
|
159ece8943
|
Fixed documentation for ORM\Persisters
|
2012-12-03 10:15:43 +00:00 |
|
Fabio B. Silva
|
2b1aaebe18
|
code refactoring on ManyToManyPersister
|
2012-11-05 22:52:40 -02:00 |
|
Fabio B. Silva
|
e6f08f0b92
|
remove '_' prefix at AbstractCollectionPersister
|
2012-11-05 22:50:23 -02:00 |
|
jakoch
|
d4a6c488ca
|
fixed use statements
|
2012-10-12 13:53:20 +02:00 |
|
Marco Pivetta
|
aa0cb0b6d7
|
DDC-1939 - Removing references to non-existing AssociationMapping class
|
2012-07-24 11:37:57 +02:00 |
|
Fabio B. Silva
|
632d13ba0c
|
fix extra lazy count
|
2012-07-04 17:11:43 -03:00 |
|
Fabio B. Silva
|
fe11831bd7
|
test remove item and clear collection
|
2012-07-04 17:11:43 -03:00 |
|
Fabio B. Silva
|
076663fe3a
|
fix DDC-1885 in persisters
|
2012-07-04 17:11:42 -03:00 |
|
Guilherme Blanco
|
cb72219b11
|
Merge pull request #372 from FabioBatSilva/DDC-1845
[DDC-1845] QuoteStrategy
|
2012-06-24 20:36:54 -07:00 |
|
Fabio B. Silva
|
d3d97e7ef8
|
remove svn markers
|
2012-06-19 15:27:41 -03:00 |
|
Fabio B. Silva
|
85b6f8dc2f
|
change quote strategy to interface
|
2012-06-18 14:43:00 -03:00 |
|
Fabio B. Silva
|
dcd19bba22
|
use quote strategy in OneToManyPersister
|
2012-06-18 14:42:55 -03:00 |
|
Fabio B. Silva
|
7f64474f3e
|
use quote strategy in persister
|
2012-06-18 14:42:54 -03:00 |
|
Benjamin Eberlei
|
70458b2f48
|
LGPL => MIT
|
2012-05-26 14:37:00 +02:00 |
|
Hugo Hamon
|
d09b733cc3
|
[Persisters] removed unused local variable in ManyToManyPersister class.
|
2012-03-24 11:07:39 +01: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 |
|
Daniel Holmes
|
a12e5ac8a7
|
Updated some comparisons to strict equality
|
2012-01-16 08:12:11 +11:00 |
|
Daniel Holmes
|
5deebc8738
|
Added fix for collection->contains when many-to-many extra lazy fetchMode
|
2012-01-15 23:25:57 +11:00 |
|
Alexander
|
62be27b295
|
Added tests for ManyToMany associations and lazy collection to STI entity
|
2011-12-22 00:25:21 +01:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Benjamin Eberlei
|
003d1410b0
|
Merge pull request #224 from doctrine/DDC-551
DDC-551 - Filter branch
|
2011-12-18 08:03:23 -08:00 |
|
Andrew Mackrodt
|
ef12a09ae0
|
Added remaining absolute namespace paths to phpdoc annotations - issue DDC-1025.
|
2011-12-11 21:56:27 +00:00 |
|
Benjamin Eberlei
|
ad6130b02d
|
DDC-551 - Cleanup filters branch, especially inheritance related code and yoda conditions and some inconsistencies
|
2011-12-11 19:29:36 +01:00 |
|
Alexander
|
efe7a01482
|
[DDC-551] Fixed CS, comments by @stof
|
2011-12-05 23:00:52 +01:00 |
|
Alexander
|
f4663f4512
|
[DDC-551] Another batch of small refactorings
|
2011-12-05 22:19:54 +01:00 |
|
Alexander
|
e8d30068e2
|
[DDC-551] Various refactorings
|
2011-12-05 22:05:42 +01:00 |
|
Alexander
|
04635ad4ff
|
Merge remote-tracking branch 'upstream/master' into DDC-551
Conflicts:
lib/Doctrine/ORM/Persisters/ManyToManyPersister.php
lib/Doctrine/ORM/Persisters/OneToManyPersister.php
|
2011-12-05 21:53:34 +01:00 |
|
Alexander
|
3b7d16c60f
|
[DDC-551] General cleanup of the code.
|
2011-12-05 21:14:31 +01:00 |
|
Guilherme Blanco
|
356f5874bf
|
Added support to removeElement remove items without initializing the PersistentCollection.
|
2011-11-29 11:29:17 -05:00 |
|
Alexander
|
097d573d26
|
Merge branch 'master' into DDC-551
Conflicts:
lib/Doctrine/ORM/Configuration.php
lib/Doctrine/ORM/Persisters/BasicEntityPersister.php
lib/Doctrine/ORM/Persisters/ManyToManyPersister.php
|
2011-10-14 12:33:39 +02:00 |
|
Alexander
|
63a3fb5ad8
|
[DDC-551] Moved SQLFilter logic to a separate FilterCollection class
|
2011-09-15 21:38:47 +02:00 |
|
Guilherme Blanco
|
e3d133af04
|
Added getQuotedTableName() in missing places of Doctrine ORM. Fixes DDC-1365.
|
2011-09-07 01:48:19 -03:00 |
|
Guilherme Blanco
|
666691f84f
|
Small changes for code readability. Added type binding in JoinedSubclassPersister, which was missing. Fixes DDC-1316.
|
2011-09-05 02:27:06 -03:00 |
|
Alexander
|
3800581947
|
[DDC-551] Altered persisters to make filters work with EXTRA_LAZY associations
|
2011-08-16 16:24:50 +02:00 |
|
Benjamin Eberlei
|
3539b32629
|
DDC-546 - Found some more code that needs DDC-117 compliance.
|
2011-01-02 15:14:12 +01:00 |
|
Benjamin Eberlei
|
a3cab174ca
|
DDC-546 - Updated with support for DDC-117.
|
2011-01-02 14:04:52 +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 |
|
Benjamin Eberlei
|
194a90923d
|
DDC-117 - Finalize patch, fix all the problems of different use-cases by hugely expanding the test-model.
|
2011-01-01 18:17:19 +01:00 |
|
Roman S. Borschel
|
8d3e0e61ea
|
Moved association mappings to plain arrays, just like field mappings.
|
2010-08-09 22:48:07 +02:00 |
|
Christian Heinrich
|
e50f77a780
|
Corrected method names; the interface already used SQL, the files still used Sql in method names
|
2010-05-05 13:12:38 +02:00 |
|
romanb
|
a53c2fbd6c
|
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
|
2010-03-15 17:19:00 +00:00 |
|
romanb
|
555b097641
|
[2.0][DDC-164][DDC-165] Fixed. Cleaned up ManyToManyMapping. Cleaned up identifier handling and handling of composite identifiers in some places.
|
2009-11-21 18:52:02 +00:00 |
|