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

Remove user defined SQLite functions #5759

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

derrabus
Copy link
Member

Q A
Type improvement
Fixed issues #5745

Summary

This PR removes all functions that DBAL registered on SQLite connections. On recent SQLite releases, there should be decent replacements for all of them. On earlier releases, they can easily be polyfilled in userland since we provide access to the native connection.

@derrabus derrabus added this to the 4.0.0 milestone Oct 13, 2022
@derrabus derrabus requested a review from morozov October 13, 2022 18:24
@derrabus derrabus merged commit 7289470 into doctrine:4.0.x Oct 13, 2022
@derrabus derrabus deleted the remove/sqlite-udf branch October 13, 2022 18:52
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 14, 2023
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.

2 participants