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

Adjust casing of SQLitePlatform for DBAL 4 #9924

Merged
merged 1 commit into from Jul 20, 2022

Conversation

derrabus
Copy link
Member

Follows doctrine/dbal#5521

On DBAL 4, SqlitePlatform has been renamed to SQLitePlatform. This causes trouble with autoloading when attempting to create a new instance of that class.

This PR changes all references to how DBAL 4 defines the class and adds class_exists() calls for the old casing where we need it.

@derrabus derrabus added the Bug label Jul 20, 2022
@derrabus derrabus added this to the 3.0.0 milestone Jul 20, 2022
@derrabus derrabus enabled auto-merge (squash) July 20, 2022 22:12
@derrabus derrabus merged commit d41c4c6 into doctrine:3.0.x Jul 20, 2022
@derrabus derrabus deleted the bugfix/sqlite-platform branch July 20, 2022 22:27
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