Benjamin Eberlei
|
1496250833
|
Merge branch 'master' into DDC-117
|
2010-08-15 20:17:56 +02:00 |
|
Benjamin Eberlei
|
fb44fa6b5a
|
Fix hydration of Assoc-Id Entities, duplicate the hydration of the foreign key once for for use with the assoc-entity as a meta-column. Added isIdentifier capabilities to meta columns.
|
2010-08-15 18:58:25 +02:00 |
|
Guilherme Blanco
|
496a34a4d2
|
[DDC-581] Implemented support to SingleValuedPathExpression to InExpression.
|
2010-08-12 00:16:07 -03:00 |
|
Guilherme Blanco
|
84b9eda17c
|
[DDC-680] Implemented support to complex mathematical expression in subselect part aswell as improved support of comparison expressions.
|
2010-08-11 23:12:44 -03:00 |
|
Roman S. Borschel
|
8d3e0e61ea
|
Moved association mappings to plain arrays, just like field mappings.
|
2010-08-09 22:48:07 +02:00 |
|
Roman S. Borschel
|
0424d87099
|
[DDC-386][DDC-675] Fixed.
|
2010-08-08 15:03:40 +02:00 |
|
Benjamin Eberlei
|
f2715c9af4
|
DDC-654 - Removed unused lines of code in AST/Functions namespace
|
2010-08-08 11:49:39 +02:00 |
|
Guilherme Blanco
|
35af98260a
|
[DDC-719] Fixed issue with Empty and also Size function that were generating an incorrect SQL for associations counting.
|
2010-08-06 13:01:06 -03:00 |
|
Jonathan H. Wage
|
623c02c7dc
|
Updating common to 2.0.0BETA4
|
2010-08-02 16:40:52 -05:00 |
|
Roman S. Borschel
|
0c07b31136
|
Tweaked INSTANCE OF implementation.
|
2010-07-30 17:56:11 +02:00 |
|
Guilherme Blanco
|
c1fec32f58
|
[2.0][DDC-482] Added support to INSTANCE OF in DQL.
|
2010-07-30 01:30:02 -03:00 |
|
Guilherme Blanco
|
d2740f0e77
|
Reverted extensibility of Lexer. This is not ideal.
|
2010-07-27 01:20:31 -03:00 |
|
Guilherme Blanco
|
2a7a72b3f9
|
Reverted extensibility of Lexer. This is not ideal.
|
2010-07-27 01:19:51 -03:00 |
|
Guilherme Blanco
|
b477211b4b
|
[DDC-490] Added extensibility support to Query Lexer.
|
2010-07-26 01:24:46 -03:00 |
|
Guilherme Blanco
|
ad115f0ac8
|
[DDC-698] Fixed wrong SQL generation of m2m with starting path on inverse side.
|
2010-07-26 01:13:03 -03:00 |
|
Guilherme Blanco
|
d50b3c42e2
|
[DDC-619] Removed support to complex PathExpressions.
|
2010-07-23 01:55:33 -03:00 |
|
Guilherme Blanco
|
2c28872af8
|
[2.0][DDC-614] Added support to multiple FROM identification variables. Also, fixed bug with missing lock on subselect.
|
2010-07-20 00:51:01 -03:00 |
|
Roman S. Borschel
|
e7ac35ed95
|
[DDC-119] Fixed.
|
2010-07-15 15:55:45 +02:00 |
|
Roman S. Borschel
|
a1c13b58d3
|
Fixed behavior of PersistentCollection#clear(). Fixed single-valued association path expression support in DQL UpdateItems.
|
2010-07-08 17:30:39 +02:00 |
|
Roman S. Borschel
|
88b0813536
|
Improved entity state detection.
|
2010-07-06 11:43:14 +02:00 |
|
Benjamin Eberlei
|
552865a867
|
DDC-649 - Remove IN queries for empty discriminator values if abstract base class is not part of the discriminator map
|
2010-07-04 13:34:41 +02:00 |
|
beberlei
|
6ba4fa002b
|
DDC-660 - Fix notIn() not quoting passed literals correctly.
|
2010-07-01 21:42:38 +02:00 |
|
Benjamin Eberlei
|
c1091485b0
|
DDC-618 - Bugfix INDEX BY was not yet implemented in SqlWalker
|
2010-06-29 00:06:19 +02:00 |
|
Jonathan H. Wage
|
d27733f690
|
[DDC-613] Fixing issue with using function expressions in select not being allowed
|
2010-06-16 11:55:22 -04:00 |
|
David Abdemoulaie
|
ece0e3ad88
|
Third parameter to Expr::substring is now optional
|
2010-05-25 15:11:35 -05:00 |
|
David Abdemoulaie
|
b6a5402bcb
|
Query\Expr::_quoteLiteral properly quotes numeric strings
|
2010-05-25 13:41:02 -05:00 |
|
Roman S. Borschel
|
a45560dbd0
|
[DDC-505] Fixed and small lexer simplifcations that were marked as todo.
|
2010-05-18 22:19:08 +02:00 |
|
Roman S. Borschel
|
3cbee1fa09
|
Merge commit 'upstream/master'
|
2010-05-16 13:30:48 +02:00 |
|
Roman S. Borschel
|
3045507a9b
|
[DDC-593] Fixed.
|
2010-05-16 13:30:40 +02:00 |
|
Benjamin Eberlei
|
ad402c6ded
|
DDC-178 DQL Optimistic Lock now requires ALL classes to be versioned, otherwise throws exception
|
2010-05-15 11:53:28 +02:00 |
|
Benjamin Eberlei
|
78328ec6ea
|
DDC-178 - Removed Doctrine\ORM\LockMode in favour of Doctrine\DBAL\LockMode
|
2010-05-15 11:48:20 +02:00 |
|
Benjamin Eberlei
|
64b57bbcfb
|
Merge upstream into lock-support branch
|
2010-05-15 09:41:32 +02:00 |
|
Benjamin Eberlei
|
f65a555d04
|
Merge Upstream into Locking-Branch
|
2010-05-02 13:02:44 +02:00 |
|
Guilherme Blanco
|
4ab5dffc4c
|
Fixed UnitOfWork and isRollbackOnly flag.
|
2010-05-01 11:49:14 -03:00 |
|
Benjamin Eberlei
|
604ed962e5
|
Merged Master into IBM DB2 branch
|
2010-05-01 04:07:32 +02:00 |
|
Guilherme Blanco
|
50f3435e84
|
Optimized Query AST resultant of the parsing process phase 1
|
2010-04-29 22:15:36 -03:00 |
|
Roman S. Borschel
|
bff4f49b7a
|
Merge commit 'upstream/master'
Conflicts:
lib/Doctrine/Common/Annotations/AnnotationReader.php
lib/Doctrine/Common/Annotations/Parser.php
|
2010-04-26 13:17:36 +02:00 |
|
Roman S. Borschel
|
760ea34a0c
|
[DDC-497][DDC-500][DDC-342] Fixed. Persister polishing and refactoring. More to come for that, but after beta1.
|
2010-04-26 13:02:30 +02:00 |
|
Guilherme Blanco
|
841008c461
|
[2.0] Coding Standards fixes, added missing docblocks, removed some dependencies from Common package (in Annotations component), etc.
|
2010-04-23 00:51:32 -03:00 |
|
Guilherme Blanco
|
7006f4dd74
|
Merge commit 'upstream/master'
|
2010-04-22 11:35:18 -03:00 |
|
Guilherme Blanco
|
5ecca4f5e0
|
[2.0][DDC-524] Fixed issue with UPDATE/DELETE statements generating wrong SQL when using Association Paths.
|
2010-04-22 11:32:01 -03:00 |
|
Benjamin Eberlei
|
c763b47626
|
Merge commit 'dc2master/master' into lock-support
|
2010-04-21 20:30:41 +02:00 |
|
Benjamin Eberlei
|
024b2bab91
|
DDC-496 Finished first versions of platform and schema manager for DB2, DDC-528 Added support for PDO_IBM driver, passing all but 3 tests that are related to CLOB fields
|
2010-04-18 19:12:38 +02:00 |
|
Roman S. Borschel
|
4b39705cd4
|
Fixed case-sensitivity of custom DQL functions.
|
2010-04-15 20:14:03 +02:00 |
|
Roman S. Borschel
|
01c2c06bbf
|
[DDC-512] Fixed.
|
2010-04-15 18:36:17 +02:00 |
|
Guilherme Blanco
|
955dc09cb9
|
[2.0] Optimized support to IdentificationVariable in ArithmeticPrimary
|
2010-04-14 22:03:29 -03:00 |
|
Guilherme Blanco
|
d045c6f6c1
|
Merge commit 'upstream/master'
|
2010-04-14 21:35:10 -03:00 |
|
Roman S. Borschel
|
d4232d906e
|
[DDC-388] Fixed.
|
2010-04-14 17:07:08 +02:00 |
|
Roman S. Borschel
|
7fefe3f4b4
|
Merge commit 'upstream/master'
|
2010-04-14 10:50:37 +02:00 |
|
Guilherme Blanco
|
889094709e
|
[2.0] Added support to IdentificationVariable that was missing in ArithmeticPrimary (it was not correctly handling it). Uncommented a unit test that added coverage to it.
|
2010-04-14 00:04:44 -03:00 |
|