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

Allow passing url to override params #5862

Merged
merged 1 commit into from
Jan 12, 2023
Merged

Conversation

keulinho
Copy link
Contributor

Update OverrideParams array shape in DriverManager to allow passing url

Q A
Type bug
Fixed issues (not otherwise reported)

Summary

The url parameter was removed in type hints (probably accidentally in the 3.5 branch as there passing an url should still be allowed, it was only removed for 4.0).

This is similiar to #5857, but in the OverrideParams the url param was still not allowed.
But in fact it should be allowed as it should still be possible to configure e.g replica connections with an url.

Update OverrideParams array shape in DriverManager to allow passing url
@greg0ire greg0ire added this to the 3.5.4 milestone Jan 12, 2023
@greg0ire greg0ire merged commit 0cec466 into doctrine:3.5.x Jan 12, 2023
@greg0ire
Copy link
Member

Thanks @keulinho

@keulinho keulinho deleted the patch-1 branch January 12, 2023 19:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants