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

Fix return type of Query::getLockMode() for DBAL 4 #11462

Merged
merged 1 commit into from
May 21, 2024

Conversation

derrabus
Copy link
Member

Calling Query::getLockMode() with DBAL 4 installed is currently rewarded with a TypeError. Let's fix that.

@derrabus derrabus added the Bug label May 21, 2024
@derrabus derrabus added this to the 3.1.4 milestone May 21, 2024
@derrabus derrabus requested a review from greg0ire May 21, 2024 07:46
@derrabus derrabus merged commit f1246d5 into doctrine:3.1.x May 21, 2024
64 checks passed
@derrabus derrabus deleted the bugfix/query-lock-mode branch May 21, 2024 10:30
derrabus added a commit that referenced this pull request May 21, 2024
* 3.1.x:
  Fix failed merge (#11464)
  Test with actual lock modes (#11465)
  Backport test for Query::setLockMode() (#11463)
  Fix return type of Query::getLockMode() (#11462)
derrabus added a commit that referenced this pull request May 21, 2024
* 3.2.x:
  Fix failed merge (#11464)
  Test with actual lock modes (#11465)
  Backport test for Query::setLockMode() (#11463)
  Fix return type of Query::getLockMode() (#11462)
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.

None yet

2 participants