Alexander
|
1a163cd48d
|
[DDC-2019] Add support for expression in QueryBuilder#addOrderBy()
|
2013-02-09 22:40:34 +01:00 |
|
Benjamin Morel
|
4b58c6fc41
|
Removed an unused local variable.
|
2013-02-03 01:05:43 +00:00 |
|
Jakub Vrana
|
819e5896bf
|
Fix error in QueryBuilder example
|
2013-01-30 11:11:09 -08:00 |
|
Benjamin Eberlei
|
4210969087
|
DDC-2192 - Prevent using append flag in case of where and having to avoid user confusion, because this is not allowed.
|
2013-01-06 10:33:57 +01:00 |
|
Benjamin Morel
|
7869ec714d
|
Fixed unused 'use' statements.
Fixed missed documentation issues in Doctrine\ORM
|
2012-12-13 18:19:21 +00:00 |
|
Benjamin Morel
|
dacdd6cd89
|
Documentation (docblock) fixes.
|
2012-12-01 16:28:06 +00:00 |
|
Julien 'ruian' Galenski
|
055d7f261c
|
CS on queryBuilder
|
2012-11-12 10:23:50 +01:00 |
|
Kirill chEbba Chebunin
|
433d208572
|
Remove extra space from QueryBuilder::addCriteria()
|
2012-08-20 20:27:55 +04:00 |
|
Kirill chEbba Chebunin
|
d3ab948d88
|
Overwrite query limits only if set in QueryBuilder::addCriteria()
|
2012-08-20 20:27:30 +04:00 |
|
Kirill chEbba Chebunin
|
c6b3899c2d
|
Add QueryBuilder::addCriteria() for Criteria - QueryBuilder bridge
|
2012-08-20 20:27:03 +04:00 |
|
Marco Pivetta
|
fb3c6f0e8f
|
DDC-1933 - Fixing cloning of QueryBuilder and adding related tests
|
2012-07-21 20:34:20 +02:00 |
|
Guilherme Blanco
|
6521e51170
|
Added missing BC compatibility in QueryBuilder.
|
2012-05-29 14:52:30 -04:00 |
|
Guilherme Blanco
|
1635e0af4b
|
[DDC-1840] Implemented parameters as a collection.
|
2012-05-28 12:16:42 -04:00 |
|
Benjamin Eberlei
|
70458b2f48
|
LGPL => MIT
|
2012-05-26 14:37:00 +02:00 |
|
Aigars Gedroics
|
3ddc461d30
|
[DDC-1757] Fix moved to private method, test improved.
|
2012-04-20 16:06:21 +03:00 |
|
gedrox
|
29a94f4f52
|
Parameter PHP documentation for the QueryBuilder::getRootAlias() method
|
2012-04-20 16:06:21 +03:00 |
|
Aigars Gedroics
|
a1ab3e8cf4
|
DDC-1757 test and patched query builder
|
2012-04-20 16:06:21 +03:00 |
|
Benjamin Eberlei
|
ab15528fde
|
Fix CS: AS => as in foreach loops.
|
2012-03-24 11:16:32 +01:00 |
|
Guilherme Blanco
|
44d7d23e8d
|
Coding style fixes.
|
2012-03-15 01:26:06 -04:00 |
|
Benjamin Eberlei
|
7dae89bb02
|
[DDC-1619] Add QueryBuilder#distinct
|
2012-01-25 10:19:01 +01:00 |
|
Adrien BRAULT
|
da0a6fc619
|
Fix some PHPDoc @return type.
|
2011-12-23 17:05:08 +01:00 |
|
Guilherme Blanco
|
5e3e8b3957
|
More refactorings and optimizations.
|
2011-12-01 10:00:26 -05:00 |
|
Benjamin Eberlei
|
61e371cbdc
|
DDC-1069 - Fix error in docblocks of query builder
|
2011-11-18 14:43:47 +01:00 |
|
Fabio B. Silva
|
e94b902a9b
|
tests for DDC-1335
|
2011-09-24 16:10:10 -03:00 |
|
Fabio B. Silva
|
f4c5c4ba01
|
branch for DDC-1335
|
2011-09-23 18:10:58 -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 |
|
Benjamin Eberlei
|
0dd1dc20c8
|
DDC-1227 - Fix regression in QueryBuilder::add() due to Expr\From refactoring.
|
2011-06-25 10:25:22 +02:00 |
|
Guilherme Blanco
|
1f6b49d236
|
Added getRootEntities to QueryBuilder.
|
2011-06-09 15:42:40 -03:00 |
|
Benjamin Eberlei
|
5d81e867be
|
Add some logic to keep backwards compatibility in QueryBuilder
|
2011-05-15 23:16:44 +02:00 |
|
Benjamin Eberlei
|
85d40847ac
|
Reintroduce QueryBuilder::getRootAlias() for backwards compatibility reasons, mark as @deprecated
|
2011-05-15 22:11:10 +02:00 |
|
Guilherme Blanco
|
08f2af489e
|
Changed QueryBuilder to allow retrieval of all defined root alises.
|
2011-05-14 00:40:23 -03:00 |
|
Guilherme Blanco
|
8e3fdc5adc
|
[DDC-1148] Implement auto-inference of types in setParameter.
|
2011-05-12 23:05:45 -03:00 |
|
Guilherme Blanco
|
905e05cd36
|
[DDC-1067][DDC-1145] Fixed bug with multiple froms and inclusion of joins. Added support for index by in QueryBuilder. This break BC only if users are using base support (->add).
|
2011-05-11 21:40:27 -03:00 |
|
Guilherme Blanco
|
b025b2b343
|
Fixed where componentes (ie. MEMBER OF) that that are sensitive to parenthesis presence. Made OR and AND expressions smarter. Fixed related unit tests.
|
2011-05-07 20:14:04 -03:00 |
|
Benjamin Eberlei
|
85a579febc
|
DDC-867 - Deep clone of the QueryBuilder nested expression objects
|
2010-11-15 21:32:38 +01:00 |
|
Benjamin Eberlei
|
01ffa2dc9e
|
DDC-573 - Implement resetDQLPart() and resetDQLParts() methods on QueryBuilder.
|
2010-09-23 22:32:23 +02:00 |
|
Benjamin Eberlei
|
c2ee1d2439
|
DDC-697 - QueryBuilder did not support passing parameter types to the setParameter() or setParameters() methods.
|
2010-07-21 23:16:45 +02:00 |
|
Roman S. Borschel
|
8d52967fcd
|
Polished QueryBuilder API documentation and added another test.
|
2010-05-07 13:36:25 +02:00 |
|
Roman S. Borschel
|
db603547a2
|
Added failing test for DDC-388. Naming refactorings and comment cleanups.
|
2010-04-13 00:49:19 +02:00 |
|
guilhermeblanco
|
71b1f709c8
|
[2.0] Removed wrong unit test. Fixed phpDoc of QueryBuilder that was pointing to an unknown object.
|
2010-03-16 20:31:36 +00:00 |
|
romanb
|
4adc289596
|
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
|
2010-02-09 17:13:49 +00:00 |
|
romanb
|
94d41dfbdc
|
[2.0][DDC-279] Fixed.
|
2010-01-29 21:24:29 +00:00 |
|
guilhermeblanco
|
8c3ba7dbf0
|
[2.0][DDC-249] Fixed issue that documentation refers QueryBuilder::select() supports array, but it was only restricted to strings.
|
2010-01-14 16:14:41 +00:00 |
|
guilhermeblanco
|
0a7727e16a
|
[2.0][DDC-234] Make sure is defined in QueryBuilder Expressions.
|
2010-01-04 16:37:39 +00:00 |
|
jwage
|
968ebb80c2
|
[2.0] Bug fixes
|
2009-10-04 19:35:47 +00:00 |
|
jwage
|
fb7adbbebb
|
[2.0] Added exception if query builder is missing from or select when trying to get dql string
|
2009-10-04 00:06:22 +00:00 |
|
guilhermeblanco
|
d3599de14a
|
[2.0][DDC-23] Implemented setFirstResult, getFirstResult aswell as setMaxResults and getMaxResults in QueryBuilder
|
2009-10-01 20:28:53 +00:00 |
|
jwage
|
375b882386
|
[2.0] Fixing use of constant value
|
2009-09-09 21:36:56 +00:00 |
|
jwage
|
987eaac438
|
[2.0] Continued work on API Docs for QueryBuilder
|
2009-09-09 20:34:42 +00:00 |
|
jwage
|
d10daf35f2
|
[2.0] Changing Expr static methods to be normal public methods (closes #2466)
|
2009-09-08 22:19:03 +00:00 |
|