Iain Cambridge
8625ca5187
Allow null to be passed to setHydrationCacheProfile
...
Currently null can be passed and is set as default, however if you do this you get an exception. This allows null to be passed and set.
There is an if statement later on to see if $this->_hydrationCacheProfile is null so it seems logical you can set it to be null.
2015-05-20 15:10:01 +02:00
Marco Pivetta
900b55d16a
Merge pull request #1404 from stephan281094/typo
...
Fix PHPDoc typo
2015-05-07 13:36:20 +01:00
Stephan de Vries
f61526d3ff
Fix PHPDoc typo
2015-05-07 14:05:20 +02:00
Marco Pivetta
330f88e44b
Merge pull request #1401 from stof/patch-2
...
Remove HHVM-nightly builds
2015-05-05 10:03:25 +01:00
Christophe Coevoet
1b9e197ff3
Remove HHVM-nightly builds
...
hhvm-nightly is not available anymore on Travis because HHVM dropped support for Ubuntu Precise, which is still used by Travis.
2015-05-05 10:41:44 +02:00
Steve Müller
71d134fcc0
Merge pull request #1379 from holtkamp/patch-1
...
Added missing 'new' keyword for logger instantiation
2015-04-18 11:13:31 +02:00
Steve Müller
b8ef6cfd2f
Merge pull request #1384 from TomasVotruba/patch-1
...
cs
2015-04-18 11:07:17 +02:00
Steve Müller
2706812b37
Merge pull request #1385 from TomasVotruba/patch-2
...
duplicated param in phpdoc
2015-04-18 11:03:09 +02:00
Steve Müller
5ac291d0f4
Merge pull request #1386 from TomasVotruba/patch-3
...
PersisterException: missing license added
2015-04-18 10:57:12 +02:00
Tomáš Votruba
b3b0f6bd5b
PersisterException: missing license added
2015-04-17 12:46:52 +02:00
Tomáš Votruba
6fae618669
duplicated param in phpdoc
2015-04-17 10:13:40 +02:00
Tomáš Votruba
a71f2ba76f
cs
2015-04-17 10:12:18 +02:00
Guilherme Blanco
5f18618355
Merge pull request #1382 from holtkamp/patch-second-level-cache-association-hydration
...
Patch second level cache association hydration
2015-04-14 11:37:54 -04:00
Menno Holtkamp
5f891435f1
Use early return
2015-04-14 16:02:36 +02:00
Menno Holtkamp
34b6ce9259
Introduced getCacheEntryKey() to combine region name and cache key
2015-04-14 09:52:25 +02:00
Menno Holtkamp
dbc29d28d2
Simplified way to fetch multiple entries when index does not matter
2015-04-14 09:47:57 +02:00
Menno Holtkamp
012f33524b
Fixed some typo's
2015-04-14 09:43:22 +02:00
Menno Holtkamp
c236a67096
Used index as key to retrieve proper entry
2015-04-13 23:33:09 +02:00
Menno Holtkamp
74964e7d85
Improved testing region->getMultiple()
2015-04-13 23:31:19 +02:00
Menno Holtkamp
eef81b6eb9
Added missing 'new' keyword for logger instantiation
2015-04-09 15:06:41 +02:00
Bill Schaller
3f84be7b7c
Merge pull request #1377 from fprochazka/bugfix/paginator
...
LimitSubqueryOutputWalker: fix aliasing of property in OrderBy from MappedSuperclass
2015-04-08 20:05:51 -04:00
Filip Procházka
e501137d1a
LimitSubqueryOutputWalker: fix aliasing of property in OrderBy from MappedSuperclass
2015-04-09 01:43:05 +02:00
Filip Procházka
192da14842
Failing test case for broken paginator case
2015-04-09 01:42:46 +02:00
Marco Pivetta
2c90930068
Merge pull request #1374 from mbeccati/fix-DDC767Test-php7-pg94
...
Fix DDC767Test failing on php7 + pg94
2015-04-06 04:22:24 +01:00
Marco Pivetta
6a41b73318
Merge pull request #1373 from aivus/patch-1
...
Add note about "symfony/yaml" dependency for yml mappings
2015-04-06 04:09:51 +01:00
Matteo Beccati
e7397ff62e
Fix DDC767Test failing on php7 + pg94
...
The failure happens when running the full suite or even just:
phpunit tests/Doctrine/Tests/ORM/Functional/Ticket
2015-04-05 21:50:25 +02:00
Ilya Antipenko
a14517dc9d
Add note about "symfony/yaml" dependency for yml mappings
2015-04-05 15:26:12 +03:00
Bill Schaller
354ccdc58b
Merge pull request #1361 from Ocramius/hotfix/array-property-initialization
...
Hotfix: Reverting BC Break - PersistentCollection should accept `null` and `array` as constructor parameter
2015-04-04 20:26:19 -04:00
Marco Pivetta
ea824f39a9
Merge branch 'hotfix/#1365-query-dql-function-test-determinism'
2015-04-05 00:09:47 +01:00
Bill Schaller
f93f601715
fix rare query test failures due to nondeterminism without order by clause
2015-04-05 00:09:38 +01:00
Marco Pivetta
19e24eeb23
Merge pull request #1369 from DavidPrevot/clean-up
...
Drop empty file
2015-04-05 00:03:10 +01:00
Marco Pivetta
63d86c2e0f
Merge pull request #1371 from TomasVotruba/patch-2
...
Readme: drop "Downloads" link
2015-04-05 00:02:02 +01:00
Tomáš Votruba
c162b593be
Readme: drop "Downloads" link
...
Probably deprecated option
2015-04-05 00:38:43 +02:00
Marco Pivetta
a661a7371d
Merge pull request #1370 from TomasVotruba/vendor-clean
...
drop doctrine/common git submodule
2015-04-04 22:49:20 +01:00
Tomas Votruba
8f758dc932
drop doctrine/common git submodule
2015-04-04 22:43:50 +02:00
David Prévot
6f033a2c47
Drop empty file
2015-04-04 15:37:59 -04:00
Marco Pivetta
c7c6822c56
Merge pull request #1368 from TomasVotruba/patch-2
...
Readme: coverage badge for 2.4 added
2015-04-04 18:49:35 +01:00
Tomáš Votruba
257bf81a3b
Readme: coverage badge for 2.4 added
2015-04-04 19:47:43 +02:00
Marco Pivetta
fb055b5eab
Merge pull request #1366 from shieldo/patch-3
...
[Documentation] typo fixes
2015-04-04 00:29:33 +01:00
Douglas Greenshields
fb96a65733
[Documentation] typo fixes
2015-04-04 00:22:00 +01:00
Bill Schaller
052b8e802f
Merge pull request #1364 from shieldo/embeddedables
...
[Documentation] correct naming of Embeddable Objects feature
2015-04-03 12:08:37 -04:00
Douglas Greenshields
16a3d0d769
[Documentation] correct naming of Embeddable Objects feature
2015-04-03 17:05:47 +01:00
Bill Schaller
4a358284f6
Merge pull request #1363 from shieldo/patch-2
...
merged #1363
2015-04-03 10:53:48 -04:00
Douglas Greenshields
08b66f09b1
remove disclaimer about ORM 2.5 being in beta
2015-04-03 15:52:22 +01:00
Marco Pivetta
2a81adc1fc
Correcting ObjectHydrator
logic: if an array
is a default value for a collection-valued property, it should be cast to a Collection
2015-04-03 15:28:53 +01:00
Marco Pivetta
f0d2e8d150
Correcting static introspection issue in cache specific tests (null
was being passed to a PersistentCollection
)
2015-04-03 15:28:13 +01:00
Marco Pivetta
95b128ce8f
Removing irrelevant tests (as per discussion with @guilhermeblanco and @stof
2015-04-03 15:27:13 +01:00
Marco Pivetta
d49c907934
a PersistentCollection
should only allow another collection as a wrapped collection
2015-04-03 15:26:38 +01:00
Tomas Votruba
e5efc23642
Readme: renamed to standard md suffix
2015-04-03 14:55:28 +02:00
Tomas Votruba
23fb24e2be
Readme: nicer badges
2015-04-03 14:55:09 +02:00