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 |
|
Benjamin Eberlei
|
ca5dbb182a
|
DDC-551 - Make filters case-sensitive everywhere
|
2011-12-11 19:27:50 +01:00 |
|
Benjamin Eberlei
|
69b1eb5c64
|
DDC-551 - Fix locking mess with filters
|
2011-12-11 18:46:57 +01:00 |
|
Benjamin Eberlei
|
0f501114eb
|
Merge branch 'master' into DDC-551
|
2011-12-11 18:39:11 +01:00 |
|
Benjamin Eberlei
|
f7175c229e
|
DDC-551 - Fix some ugly yoda conditions and a wrong nesting.
|
2011-12-11 18:39:04 +01:00 |
|
Benjamin Eberlei
|
40d094fea2
|
DDC-1515 - Now the real bugfix
|
2011-12-11 17:08:58 +01:00 |
|
Benjamin Eberlei
|
57970499fd
|
Revert "DDC-1515 - Merge from 2.1.x"
This reverts commit bd0fb574e3 .
|
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 |
|
Guilherme Blanco
|
954b5077e4
|
Fixed nesting recursion error in some situations. Complement to DDC-1276.
|
2011-12-09 10:59:53 -05:00 |
|
Guilherme Blanco
|
0febf06114
|
Made ClassMetadataBuilder support ClassMetadataInfo instead of ClassMetadata. Fixed DDC-1508.
|
2011-12-09 00:04:47 -05:00 |
|
Fabio B. Silva
|
8e50a31b98
|
trying remove whitespaces
|
2011-12-07 12:31:23 -02:00 |
|
Fabio B. Silva
|
c6a89c64f3
|
put return after comment
|
2011-12-07 12:16:27 -02: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
|
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 |
|
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 f6d5f0481e .
|
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
|
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 |
|
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 |
|
Benjamin Eberlei
|
62ec98a9fc
|
Merge pull request #205 from Seldaek/psr0
PSR-0 compliance
|
2011-11-28 05:05:50 -08: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Benjamin Eberlei
|
bda593a66d
|
DDC-1448 - Add support for ObjectManagerAware interface and PersistentObject in ORM
|
2011-11-19 13:06:24 +01:00 |
|