Alexander
|
bd07f8d3dd
|
[DDC-551] Add type inference to SQLFilter::setParameter() + cleaned tests
|
2011-12-19 08:43:42 +01:00 |
|
Guilherme Blanco
|
f6d9344d89
|
Merge pull request #219 from FabioBatSilva/DDC-1468
Fixed DDC-1468
|
2011-12-18 19:20:33 -08:00 |
|
Alexander
|
de769c6c3c
|
[DDC-1505] joinColumn "nullable" should be handled true by default
|
2011-12-18 21:33:38 +01:00 |
|
Alexander
|
5160bdc1a8
|
[DDC-551] Fix testcase on pgsql
|
2011-12-18 19:58:32 +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 |
|
Bernhard Schussek
|
9b877499c7
|
Added test case for DDC-1545
|
2011-12-18 12:13:58 +01:00 |
|
Benjamin Eberlei
|
9cd8f85a8c
|
DDC-1456 - Disallow setting id generators on composite identifiers.
|
2011-12-18 00:32:35 +01:00 |
|
Evan Coury
|
36a47e391c
|
DDC-1544 - Add unit test and assertions for ResolveTargetEntityListener
|
2011-12-17 15:00:05 -07:00 |
|
Benjamin Eberlei
|
5b5fb2b732
|
DDC-1514 - Fix complex self-referencing + proxy hydration problem.
|
2011-12-15 23:00:01 +01:00 |
|
Benjamin Eberlei
|
e8a47b3921
|
DDC-1519 - Fix bug in merging of entities that contain foreign identifiers
|
2011-12-15 20:49:25 +01:00 |
|
Fabio B. Silva
|
017a7d889f
|
Fixed DDC-1468
|
2011-12-15 17:12:01 -02:00 |
|
Guilherme Blanco
|
41a3d90a57
|
Merge pull request #214 from yethee/xml_driver
Fixed typo in the XmlDriver
|
2011-12-13 20:07:43 -08:00 |
|
Guilherme Blanco
|
65c2b498ad
|
Removed broken test.
|
2011-12-12 23:40:48 -05:00 |
|
Benjamin Eberlei
|
43ef8765fd
|
DDC-1527 - Port bugfix for master branch
|
2011-12-12 16:39:52 +01:00 |
|
Benjamin Eberlei
|
0f501114eb
|
Merge branch 'master' into DDC-551
|
2011-12-11 18:39:11 +01:00 |
|
Benjamin Eberlei
|
40d094fea2
|
DDC-1515 - Now the real bugfix
|
2011-12-11 17:08:58 +01:00 |
|
Benjamin Eberlei
|
f6d2b00d5c
|
DDC-1400 - var_dump(), seriously?
|
2011-12-11 16:42:59 +01:00 |
|
Benjamin Eberlei
|
57970499fd
|
Revert "DDC-1515 - Merge from 2.1.x"
This reverts commit bd0fb574e3ac0a578202b171b83775b9a3bbf953.
|
2011-12-11 16:11:16 +01:00 |
|
Benjamin Eberlei
|
bd0fb574e3
|
DDC-1515 - Merge from 2.1.x
|
2011-12-11 16:07:35 +01:00 |
|
Deni
|
2ce9246733
|
Fixed typo in the XmlDriver
|
2011-12-11 17:24:38 +04:00 |
|
Fabio B. Silva
|
df19e68a86
|
Fixed DDC-1057
|
2011-12-07 11:23:15 -02:00 |
|
Alexander
|
5e91f0c1ca
|
[DDC-551] Update SQLWalker to reflect filter requirements for inheritance
|
2011-12-07 10:02:15 +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 |
|
Fabio B. Silva
|
33c68df3ba
|
Fixed DDC-1170
|
2011-12-05 17:35:49 -02:00 |
|
Alexander
|
4c842974b4
|
[DDC-551] Add filters only on root entities in SingleTablePersister
|
2011-12-05 18:56:44 +01:00 |
|
Alexander
|
752b502326
|
[DDC-551] Add filters only on root entities in JoinedSubclassPersister
|
2011-12-05 18:26:56 +01:00 |
|
Alexander
|
e98c775f0d
|
Revert "[DDC-551] Initial support for filters in the JoinedSubclassPersister"
This reverts commit f6d5f0481ee1c3d9723e172ce1de8b25dba161ce.
|
2011-12-05 16:14:04 +01:00 |
|
Guilherme Blanco
|
0380d5ae58
|
Implemented multiple enhancements in InExpression support for DQL. Fixed DDC-1472 and DDC-1416.
|
2011-12-04 02:41:54 -05:00 |
|
Guilherme Blanco
|
2f6b930a8d
|
Implemented missing support in CollectionMemberComparison. Removed old todo in ArrayHydrator. Finished implementation of IdentificationVariable in ArithmeticPrimary.
|
2011-12-03 15:19:21 -05:00 |
|
Guilherme Blanco
|
2642daa438
|
Fixed DDC-1236: GROUP BY now supports ResultVariable and IdentificationVariable. Composite PK is also supported. If you are willing to group by an aggregate function or a function itself, just place it in SELECT expression then refer to it in the GROUP BY clause. If you are not willing to have the function being part of your resultset, just mark the column as HIDDEN and you are done.
|
2011-12-01 23:52:35 -05:00 |
|
Benjamin Eberlei
|
619a31913a
|
DDC-1517 - Fix EntityRepository#find() and EntityManager#getReference() breaking on invalid or missing identifiers.
|
2011-12-01 21:18:39 +01:00 |
|
Alexander
|
f6d5f0481e
|
[DDC-551] Initial support for filters in the JoinedSubclassPersister
Still some things to do.
|
2011-11-30 23:01:10 +01:00 |
|
Alexander
|
4c94a7ccc5
|
[DDC-551] Various minor fixes after merge and cleanup
|
2011-11-30 16:40:55 +01:00 |
|
Vitali Yakavenka
|
353ba4dfd1
|
Remove trailing whitespaces and fix brace locations
|
2011-11-30 00:20:00 +03:00 |
|
Vitali Yakavenka
|
f13f44a2fc
|
Merge branch 'master' of git://github.com/doctrine/doctrine2 into SupportCustomIdGenerators
|
2011-11-29 23:42:01 +03:00 |
|
Guilherme Blanco
|
356f5874bf
|
Added support to removeElement remove items without initializing the PersistentCollection.
|
2011-11-29 11:29:17 -05:00 |
|
Vitali Yakavenka
|
b72d150d33
|
Rename custom-generator to custom-id-generator in XML mappint to match name in other mapping types
|
2011-11-28 23:36:23 +03:00 |
|
Vitali Yakavenka
|
a8787be0bf
|
Add missing files from last comming and newly required one after rebase
|
2011-11-28 23:31:06 +03:00 |
|
Vitali Yakavenka
|
9d1402e4a5
|
Fix PHPMappingDriver tests
|
2011-11-28 23:30:32 +03:00 |
|
Vitali Yakavenka
|
84086915e4
|
Add support for custom ID generator in Yaml driver
|
2011-11-28 23:30:32 +03:00 |
|
Vitali Yakavenka
|
0a4fbc9770
|
Remove test for custom ID generator from AnnotationDriverTest as it duplicates one in AbstractMappingDriverTest
|
2011-11-28 23:30:32 +03:00 |
|
Vitali Yakavenka
|
2b97f79bd3
|
Add support for custom ID generator in XML
|
2011-11-28 23:30:32 +03:00 |
|
Vitali Yakavenka
|
6bcfaed640
|
Remove explicit annotation registration after it was merged into OrmTestCase
|
2011-11-28 23:30:32 +03:00 |
|
Vitali Yakavenka
|
e2953c8cd4
|
Rename test accoring to what it tests
|
2011-11-28 23:29:42 +03:00 |
|
Vitali Yakavenka
|
48b6356e53
|
Add support for GenerateValue(strategy='CUSTOM') in AnnotationDriver
|
2011-11-28 23:29:42 +03:00 |
|
Vitali Yakavenka
|
955497e3d5
|
Remove unnecessary mock
|
2011-11-28 23:24:19 +03:00 |
|
Vitali
|
82daf651fb
|
Pass specified arguments to generator's constructor
|
2011-11-28 23:24:19 +03:00 |
|
Vitali
|
cd0915deb5
|
Introcude ClassMetadataInfo::GENERATOR_TYPE_CUSTOM for custom generators to follow current implementation
|
2011-11-28 23:24:18 +03:00 |
|
Vitali
|
ffc722a334
|
Allow loading of custom ID generator class by FQN in @GeneratedValue(type=)
|
2011-11-28 23:24:18 +03:00 |
|