Benjamin Eberlei
|
85d6b9fd39
|
Merge pull request #42 from mridgway/DDC-1059.
DDC-1059: RSM Helper
|
2011-04-30 15:01:25 -07:00 |
|
Benjamin Eberlei
|
67b89eaa4f
|
[DDC-1108] Fix bug with single char named input parameters in DQL lexer.
|
2011-04-30 12:27:16 +02:00 |
|
Michael Ridgway
|
af4cf0d0ba
|
Replaced prefix parameter with renamedColumns; Added exception when duplicate columns found
|
2011-04-14 20:55:03 -04:00 |
|
Chekote
|
5784c7bacd
|
Fixed phpdoc on Parser::match incorrectly stating that the token parameter can be a string value
|
2011-04-01 12:54:12 -05:00 |
|
Michael Ridgway
|
b1b17376ff
|
Removing left over class import
|
2011-03-31 17:22:13 -04:00 |
|
Michael Ridgway
|
c46d835146
|
Moved new functions to ResultSetMappingBuilder class
|
2011-03-30 10:27:31 -04:00 |
|
Michael Ridgway
|
20dc72ef9a
|
First pass on RSM helper functions for adding entities
|
2011-03-29 20:35:01 -04:00 |
|
Benjamin Eberlei
|
bda15231da
|
[DDC-1077] Bugfix in not handling literals in Select Expressions.
|
2011-03-27 21:10:50 +02:00 |
|
Benjamin Eberlei
|
6ed0ff0a12
|
[DDC-1079] Bugfix for shortcut for ArithmeticExpressions in SimpleSelectExpression that lead to literals not being valid. Problem was that ScalarExpression() did not handle AggregateExpressions() at all, which is now fixed.
|
2011-03-27 14:04:53 +02:00 |
|
Benjamin Eberlei
|
4f1af0114f
|
[DDC-1014] Add DATE_ADD(), DATE_SUB(), DATE_DIFF() functions for DQL.
|
2011-03-27 12:18:47 +02:00 |
|
Benjamin Eberlei
|
edfdbe10a0
|
[DDC-1053] Fix bug with usage of identification variables in GroupByItem.
|
2011-03-20 14:07:33 +01:00 |
|
Guilherme Blanco
|
834203d868
|
[DDC-1012] Implemented Expr isNull and isNotNull.
|
2011-02-20 01:53:55 -03:00 |
|
Guilherme Blanco
|
505d9e2154
|
[DDC-1036] Modified the AggregateExpressions to support SimpleArithmeticExpression instead of StateFieldPathExpression.
|
2011-02-20 01:44:05 -03:00 |
|
Guilherme Blanco
|
70d2cbe857
|
[DDC-982] Implemented more unique sql table alias.
|
2011-02-20 01:30:58 -03:00 |
|
Guilherme Blanco
|
dcf358f154
|
Fixed some warnings from phpunit.
|
2011-02-19 19:50:58 -02:00 |
|
Benjamin Eberlei
|
7390030854
|
Merge branch 'DDC-250'
|
2011-02-05 11:44:00 +01:00 |
|
Benjamin Eberlei
|
9768d08458
|
[DDC-250] Add tests and fix some glitches and finalized index-by patch.
|
2011-02-05 11:42:10 +01:00 |
|
Benjamin Eberlei
|
61e2cdc6b0
|
[DDC-1018] Bugfix: INDEX BY was not working in JOIN Declarations, only in FROM.
|
2011-02-05 10:04:18 +01:00 |
|
Benjamin Eberlei
|
4532c2255a
|
[DDC-1018] Bugfix: INDEX BY was not working in JOIN Declarations, only in FROM.
|
2011-02-05 10:02:37 +01:00 |
|
Benjamin Eberlei
|
078e19d1c7
|
DDC-980 - Fix Update and Delete statements reference of the root table when doing subselects.
|
2011-01-13 21:16:08 +01:00 |
|
Benjamin Eberlei
|
c2bbaa9ead
|
DDC-117 - Slight changes in the patch and fixing inline comments.
|
2011-01-01 18:53:22 +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 |
|
Benjamin Eberlei
|
e7b4dca611
|
Merge master into DDC-117
|
2010-12-28 17:27:47 +01:00 |
|
Benjamin Eberlei
|
fe672d2f61
|
DDC-617 - Throw error if selecting identification variables without picking at least one root entity alias.
|
2010-12-28 10:17:33 +01:00 |
|
Benjamin Eberlei
|
5e788a0b84
|
DDC-915 - Bugfix in Identification Variable reordering in combination with SQL Walkers.
|
2010-12-08 23:42:02 +01:00 |
|
Pascal Borreli
|
0ba9321f06
|
[ORM] Fixed typo
|
2010-11-30 02:50:34 +08:00 |
|
Juozas Kaziukenas
|
494bfc8966
|
Fixed length, lower, upper and mod AST functions to use platform for generating SQL
|
2010-11-16 15:41:41 -08:00 |
|
Benjamin Eberlei
|
d3d3032759
|
DDC-736 - Simplified patch and extended test to verify scalar results are still in order.
|
2010-11-13 09:52:35 +01:00 |
|
Benjamin Eberlei
|
e4280cf82e
|
DDC-736 - Fix ordering of identification variables in DQL parser to be by specification.
|
2010-11-11 21:12:09 +01:00 |
|
Benjamin Eberlei
|
5bd8ffa53c
|
Merge master into DDC-117
|
2010-08-27 22:27:00 +02:00 |
|
Roman S. Borschel
|
d0717ee458
|
Fixed typo and simplified method as mentioned in an earlier comment.
|
2010-08-24 17:17:58 +02:00 |
|
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 |
|