Guilherme Blanco
|
a26990c3e8
|
DDC-1457: Fixed wrong docblock.
|
2011-12-04 02:14:47 -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 |
|
Guilherme Blanco
|
5e3e8b3957
|
More refactorings and optimizations.
|
2011-12-01 10:00:26 -05:00 |
|
Alexander
|
bf1cc29a2a
|
[DDC-551] Fixed some comments
|
2011-12-01 09:46:02 +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 |
|
Guilherme Blanco
|
5b73f1bd82
|
Improved code readability. Improved performance.
|
2011-11-30 09:57:54 -05: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 |
|
Guilherme Blanco
|
24f6b74427
|
Refactored UnitOfWork::createEntity, improving its performance.
|
2011-11-29 10:36:32 -05:00 |
|
Vitali Yakavenka
|
c92b78bc06
|
Cleanup formatting just a little
|
2011-11-29 00:48:08 +03: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 |
|
Vitali
|
3f942e05f3
|
Register annotations to make ClassMetadataFactoryTest pass alone
|
2011-11-28 23:22:08 +03:00 |
|
Benjamin Eberlei
|
62ec98a9fc
|
Merge pull request #205 from Seldaek/psr0
PSR-0 compliance
|
2011-11-28 05:05:50 -08:00 |
|
Benjamin Eberlei
|
f2467dd30e
|
Merge branch 'DDC-1512'
|
2011-11-28 11:16:35 +01:00 |
|
Benjamin Eberlei
|
0c12d3ed5a
|
DDC-1512 - Make ClassMetadataFactory::isTransient() entity namespace aware.
|
2011-11-28 11:16:23 +01:00 |
|
Benjamin Eberlei
|
f2f32ca70f
|
DDC-1509 - Fix regression in doMerge() introduced with the DDC-1383 bugfix
|
2011-11-28 10:04:33 +01:00 |
|
Jordi Boggiano
|
b8ac2fb416
|
Add requires to new files for BC
|
2011-11-27 18:16:18 +01:00 |
|
Jordi Boggiano
|
10e74040af
|
PSR-0 compliance
|
2011-11-27 12:59:17 +01:00 |
|
Benjamin Eberlei
|
2b7360e738
|
Merge pull request #200 from velovint/StandaloneTestsFailing
Register DoctrineAnnotations on call to OrmTestCase::createAnnotationDri...
|
2011-11-26 00:17:12 -08:00 |
|
Alexander
|
be48821e86
|
Merge remote-tracking branch 'origin/master' into DDC-551
Conflicts:
lib/Doctrine/ORM/Persisters/BasicEntityPersister.php
lib/Doctrine/ORM/Query.php
|
2011-11-23 22:43:42 +01:00 |
|
Alexander
|
68027e1b5f
|
Merge remote-tracking branch 'upstream/master'
|
2011-11-23 22:31:17 +01:00 |
|
Guilherme Blanco
|
ef33454301
|
Reverted PR which broke suite. Issue is still valid, but it requires more investigation.
|
2011-11-23 08:40:47 -05:00 |
|
Guilherme Blanco
|
bfcea9460b
|
Merge pull request #202 from realestateconz/master
Fixed array flip breaking discriminator map SQL generation
|
2011-11-22 18:36:30 -08:00 |
|
warezthebeef
|
b80ef58cab
|
Fixed array_flip breaking discriminator map SQL generation
|
2011-11-23 12:15:23 +13:00 |
|
Benjamin Eberlei
|
be4eb63c62
|
Merge branch 'DBAL-15'
|
2011-11-21 21:38:05 +01:00 |
|
jsor
|
16aa558292
|
Remove sql conversion from where clauses and update statements
|
2011-11-21 15:08:36 +01:00 |
|
Benjamin Eberlei
|
135e515e7f
|
DDC-1500 - Fix potential security problem in EntityRepository ORDER BY orientations
|
2011-11-21 15:04:46 +01:00 |
|
Guilherme Blanco
|
7ca43b72c9
|
Merge pull request #201 from jonathaningram/patch-1
Fixed typo
|
2011-11-21 05:16:40 -08:00 |
|
Jonathan Ingram
|
248c9bdeff
|
Fixed typo
|
2011-11-21 12:34:20 +11:00 |
|
Jan Sorgalla
|
4042bc53ce
|
Fix argument on wrong method call
|
2011-11-20 19:57:04 +01:00 |
|
Jan Sorgalla
|
841d12e9b6
|
Move check for conversion SQL to ClassMetadataInfo
|
2011-11-20 19:50:51 +01:00 |
|
Vitali
|
507c8f45b4
|
Register DoctrineAnnotations on call to OrmTestCase::createAnnotationDriver()
|
2011-11-20 17:02:15 +03:00 |
|
Benjamin Eberlei
|
bda593a66d
|
DDC-1448 - Add support for ObjectManagerAware interface and PersistentObject in ORM
|
2011-11-19 13:06:24 +01:00 |
|
Benjamin Eberlei
|
8eaf160ead
|
Update Doctrine Common Vendor
|
2011-11-19 09:29:32 +01:00 |
|