-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test that cache is created when using single scalar hydrator #7560
base: 2.10.x
Are you sure you want to change the base?
Conversation
Fix config template for PHPUnit >= 7.2
Update homepage
Update chat link from Gitter to Slack.
ah, no was introduced in doctrine/dbal#3331 and fixed with doctrine/dbal#3381 so only v2.9.2 v2.9.1 v2.9.0 are affected |
BTW doctrine/dbal#3331 is relatively bad as the cache does not keep track of the fetch mode. I think the best thing to do is to revert doctrine/dbal#3331 |
Ping... nobody here? |
IMO it makes sense. |
e531738
to
66c95a6
Compare
Checks that doctrine/dbal#3381 works with the ORM.
This will require most likley to put
doctrine/dbal:^2.9.4
(2.9.4
is not yet released)So not sure if it makes sense (but since orm 2.7 requires at least php 7.2, do not see anything wrong with it)