Fabio B. Silva
|
0e60c50c5e
|
small code refactoring
|
2012-09-29 16:18:56 -03:00 |
|
Fabio B. Silva
|
ee7b5da64a
|
start work
|
2012-09-29 16:18:56 -03:00 |
|
Daniel Perez Pinazo
|
5b8ead9db8
|
[ORM] Fix double semicolon
|
2012-08-29 13:40:36 +03:00 |
|
Guilherme Blanco
|
cb72219b11
|
Merge pull request #372 from FabioBatSilva/DDC-1845
[DDC-1845] QuoteStrategy
|
2012-06-24 20:36:54 -07:00 |
|
Fabio B. Silva
|
e25987df3a
|
remove svn markers from AST
|
2012-06-19 15:17:08 -03:00 |
|
Guilherme Blanco
|
921f5c7680
|
Fixed license.
|
2012-06-19 11:04:00 -03:00 |
|
Guilherme Blanco
|
2703a2b27c
|
Fixed issue with merge.
|
2012-06-18 15:23:12 -04:00 |
|
Fabio B. Silva
|
85b6f8dc2f
|
change quote strategy to interface
|
2012-06-18 14:43:00 -03:00 |
|
Fabio B. Silva
|
4ef3d99770
|
use quote strategy in SizeFunction, MultiTableDeleteExecutor, MultiTableUpdateExecutor, and SchemaTool
|
2012-06-18 14:42:56 -03:00 |
|
Guilherme Blanco
|
41a650b699
|
Updated PoC for multiple components DQL support.
|
2012-06-18 17:01:52 +02:00 |
|
Alexander
|
e7dfa08756
|
[PoC] Arbitrary join support
|
2012-06-18 17:00:37 +02:00 |
|
Olivier Dolbeau
|
c98f9117c2
|
Remove unused use
|
2012-06-05 15:39:52 +02:00 |
|
Benjamin Eberlei
|
70458b2f48
|
LGPL => MIT
|
2012-05-26 14:37:00 +02:00 |
|
Guilherme Blanco
|
d05ad996c4
|
Implemented support for internal exception showing DQL that contains syntax or semantical error.
|
2012-05-21 16:34:27 -04:00 |
|
Martin Hasoň
|
3d852397db
|
DDC-1802 removed unnecessary tokens T_SIZE and T_MOD
|
2012-05-02 19:10:21 +02:00 |
|
Hugo Hamon
|
43eebe1a8b
|
[Query] removed unused local variable $lexer in SizeFunction class.
|
2012-03-24 11:07:39 +01:00 |
|
Hugo Hamon
|
19602d0a26
|
[Query] removed unused local variable $platform in IdentityFunction class.
|
2012-03-24 11:07:39 +01:00 |
|
Guilherme Blanco
|
7954386705
|
DDC-1696 Allowed Strings to be used inside of Case expressions. It seems this fixes other misterious use cases not yet identified by us.
|
2012-03-11 21:14:08 -04:00 |
|
Guilherme Blanco
|
1a192b6530
|
Moved SQRT function to Platform.
|
2012-03-03 23:10:56 -05:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Fabio B. Silva
|
5c89d7ffcb
|
support for bit comparison
|
2011-12-19 16:24:16 -02: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 |
|
Christian Raue
|
1681d8a893
|
switched 2nd and 3rd argument for SelectExpression's constructor, making the 3rd one optional to keep its signature compatible to previous versions
|
2011-10-10 14:04:55 +02:00 |
|
Guilherme Blanco
|
ebe933810e
|
Implemented HIDDEN support in DQL. Fixes DDC-1363.
|
2011-10-03 02:07:07 -03:00 |
|
Guilherme Blanco
|
a7f3af8328
|
Added IDENTITY DQL Function. Fixes DDC-1339.
|
2011-09-08 02:10:48 -03:00 |
|
Guilherme Blanco
|
e3d133af04
|
Added getQuotedTableName() in missing places of Doctrine ORM. Fixes DDC-1365.
|
2011-09-07 01:48:19 -03:00 |
|
Guilherme Blanco
|
f148912a28
|
[DDC-934][DDC-1100][DDC-1331] Implemented support to multi-values in INSTANCE OF expression.
|
2011-08-15 01:53:56 -03:00 |
|
Guilherme Blanco
|
816ce41f63
|
Added support to CaseExpression. Added support to nest AndX and OrX QueryBuilder composite expressions, since they do not mess with generated queries.
|
2011-08-08 02:09:25 -03:00 |
|
Guilherme Blanco
|
699ccfddb6
|
Implemented COALESCE and NULLIF support in DQL.
|
2011-06-17 16:16:22 -03:00 |
|
Guilherme Blanco
|
626e467a17
|
Implemented COALESCE and NULLIF support in DQL.
|
2011-06-17 16:15:19 -03:00 |
|
Benjamin Eberlei
|
4f1af0114f
|
[DDC-1014] Add DATE_ADD(), DATE_SUB(), DATE_DIFF() functions for DQL.
|
2011-03-27 12:18:47 +02:00 |
|
Guilherme Blanco
|
70d2cbe857
|
[DDC-982] Implemented more unique sql table alias.
|
2011-02-20 01:30:58 -03: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 |
|
Roman S. Borschel
|
8d3e0e61ea
|
Moved association mappings to plain arrays, just like field mappings.
|
2010-08-09 22:48:07 +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 |
|
Guilherme Blanco
|
c1fec32f58
|
[2.0][DDC-482] Added support to INSTANCE OF in DQL.
|
2010-07-30 01:30:02 -03:00 |
|
Guilherme Blanco
|
d50b3c42e2
|
[DDC-619] Removed support to complex PathExpressions.
|
2010-07-23 01:55:33 -03: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
|
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
|
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 |
|
romanb
|
354ede1e04
|
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.
|
2010-03-29 13:20:41 +00:00 |
|
romanb
|
a53c2fbd6c
|
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
|
2010-03-15 17:19:00 +00:00 |
|
romanb
|
df6ca602fb
|
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.
|
2010-03-05 16:35:00 +00:00 |
|
romanb
|
639718e95c
|
[2.0][DDC-335][DDC-347][DDC-317] Fixed. Also prepared DQL for CASE/COALESCE/NULLIF support.
|
2010-02-19 21:28:17 +00:00 |
|
beberlei
|
e83f1517ad
|
[2.0] DDC-330 - Fix SIZE(collectionValueExpression) using a COUNT(field) to COUNT(*) because in many to many scenarios and with several join columns a COUNT(fieldA, fieldB) would have been generated, which is not valid sql.
|
2010-02-14 18:44:33 +00:00 |
|
beberlei
|
8b2ca0d484
|
[2.0] DDC-325 - Fix Order of LOCATE to be LOCATE(needle, haystack [, offset])
|
2010-02-11 23:02:21 +00:00 |
|
beberlei
|
6bfbab9f7d
|
[2.0] DDC-325 - Fixed LOCATE() support for all platforms.
|
2010-02-11 22:38:23 +00:00 |
|
beberlei
|
13bf8a760f
|
[2.0] DDC-322 - Fixed Trim across all platforms using AbstractPlatform::getTrimExpression()
|
2010-02-11 21:19:54 +00:00 |
|