Andreas Braun
|
0552749059
|
Fix parameter value processing for objects with unloaded metadata
|
2018-11-15 11:21:05 +01:00 |
|
Konstantin Kuklin
|
c308986a90
|
Fix insufficient variable check
To ensure that `AbstractQuery#setResultCacheProfile()` doesn't raise
errors when being called with `null`.
|
2017-12-17 03:21:52 +01:00 |
|
Michael Moravec
|
6cb5a9c50a
|
Fix parameter name comparison in AbstractQuery#setParameter() with different types
|
2017-11-24 02:43:00 +01:00 |
|
Marco Pivetta
|
3260d220e8
|
#6162 adding @group annotation, spacing
|
2017-06-21 05:38:42 +02:00 |
|
SimonHeimberg
|
1dbc67cce1
|
Tests for Subqueries set expectations directly before their occurrence
|
2017-06-21 05:34:12 +02:00 |
|
SimonHeimberg
|
5b6d766961
|
Tests for not supported Subqueries in FROM and JOIN
|
2017-06-21 05:33:28 +02:00 |
|
Luís Cobucci
|
8dccd27b52
|
Add the correct assertions for tests that don't have any
|
2017-06-12 23:05:55 +02:00 |
|
Luís Cobucci
|
e71272e2b4
|
Evict result set cache if Query#expireResultCache() was called
|
2017-05-02 23:25:56 +02:00 |
|
Luís Cobucci
|
fda6fdd9fb
|
Use "::class" syntax on "tests" directory
|
2016-12-08 18:13:39 +01:00 |
|
Luís Cobucci
|
74c8a08828
|
Use short-array syntax on "tests" directory
|
2016-12-07 23:33:41 +01:00 |
|
Mikhail Shamin
|
b173763bbb
|
Remove full qualified class names in tests
|
2016-05-11 03:00:44 +07:00 |
|
Mikhail Shamin
|
bf322b903d
|
Optimize imports. Remove full qualified class names
|
2016-05-11 01:55:12 +07:00 |
|
Alex Vasilenko
|
c8d2ac40f4
|
fixes result cache setting query caching
|
2015-11-07 16:14:54 +00:00 |
|
Benjamin Eberlei
|
8d1be42924
|
[DDC-3741] Add test for AbstractQuery#setHydrationCacheProfile(null)
|
2015-06-16 21:56:25 +02:00 |
|
Strate
|
e8d47fa9a3
|
Added a new configuration option: defaultQueryHints, which allows to populate all queries by default set of hints.
|
2014-02-04 15:51:53 +01:00 |
|
Michaël Gallego
|
3f112db725
|
Allow to have non-distinct queries
|
2013-07-09 17:31:30 +02:00 |
|
Benjamin Eberlei
|
64b2ecfefc
|
[DDC-2224] Rewrite instanceof feature with parameter needle ClassMetadata breaks caching of queries.
|
2013-04-04 20:22:48 +02:00 |
|
Guilherme Blanco
|
1635e0af4b
|
[DDC-1840] Implemented parameters as a collection.
|
2012-05-28 12:16:42 -04:00 |
|
Fabio B. Silva
|
df8626b949
|
Fix DDC-1697
|
2012-03-24 22:50:54 -03:00 |
|
Thomas Rabaix
|
d9bb861b1f
|
Fix DDC-1618 - add more check before throwing an iterateWithFetchJoinNotAllowed exception
|
2012-01-25 00:03:40 +01:00 |
|
Benjamin Eberlei
|
41ae873048
|
DDC-1588 - Improve ResultCache API. The default cache impl is passed to new query cache profiles automatically now.
|
2012-01-09 08:26:07 +01:00 |
|
Guilherme Blanco
|
54a0109d5d
|
[DDC-1147] Allowed usage of 0-based input parameters in DQL.
|
2011-05-11 17:30:42 -03:00 |
|
Benjamin Eberlei
|
f1809ce180
|
DDC-968 - Add AbstractQuery::getHints() method
|
2011-01-23 16:47:07 +01:00 |
|
Benjamin Eberlei
|
ee9158ffb4
|
DDC-749 - Refactor Query tests, add a test for setParameters()
|
2010-09-12 22:44:02 +02:00 |
|
Benjamin Eberlei
|
0b5c694a7e
|
DDC-778 - Fix AbstractQuery::__clone implementation that was wrongly implemented in DDC-770. Added more tests.
|
2010-08-30 20:30:11 +02:00 |
|
Benjamin Eberlei
|
8a21ab4755
|
DDC-770 - Cleanup Query instance when its cloned
|
2010-08-27 21:28:26 +02:00 |
|