Skip to content
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

Include parameter types in hydration cache key generation #10355

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

derrabus
Copy link
Member

#10354 (comment)

We were calling this DBAL method wrong and passed the connection hints as parameter types. I'm not sure if this has really caused issues, but let's call the method as it's meant to be called.

@derrabus derrabus added the Bug label Dec 30, 2022
@derrabus derrabus added this to the 2.14.1 milestone Dec 30, 2022
@derrabus derrabus mentioned this pull request Dec 30, 2022
@derrabus derrabus force-pushed the bugfix/types-in-cache-key branch from c524c0d to f5169b8 Compare December 30, 2022 22:02
Copy link
Member

@greg0ire greg0ire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wow nice catch!

@derrabus derrabus merged commit 99a37d8 into doctrine:2.14.x Dec 30, 2022
@derrabus derrabus deleted the bugfix/types-in-cache-key branch December 30, 2022 23:44
derrabus added a commit to derrabus/orm that referenced this pull request Dec 31, 2022
* 2.14.x:
  Shorter deprecation message (doctrine#10357)
  Add Fully-Qualified class name in UnrecognizedField exception to ease debugging (doctrine#10342)
  Include parameter types in hydration cache key generation (doctrine#10355)
derrabus added a commit to derrabus/orm that referenced this pull request Dec 31, 2022
* 2.15.x:
  Shorter deprecation message (doctrine#10357)
  Add Fully-Qualified class name in UnrecognizedField exception to ease debugging (doctrine#10342)
  Include parameter types in hydration cache key generation (doctrine#10355)
  Allow doctrine/instantiator 2 (doctrine#10351)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants