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

Add support for Doctrine DBAL v4 #47

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

samuel-nogueira-kununu
Copy link
Contributor

@samuel-nogueira-kununu samuel-nogueira-kununu commented Dec 13, 2024

Description

The objective of this PR is to add support for doctrine/dbal version 4.

Issues

https://new-work.atlassian.net/browse/KUNUSERS-189

Details

  • Use database platform instead of driver to construct the disable/enable foreign keys check statement
  • Keep compatibility with doctrine/dbal version 3
  • Declare conflict with doctrine/dbal < 3.3

* Use database platform instead of driver to construct the disable/enable foreign keys check statement
* Declare conflict with doctrine/dbal < 3.3
@samuel-nogueira-kununu samuel-nogueira-kununu requested a review from a team as a code owner December 13, 2024 16:18
@samuel-nogueira-kununu samuel-nogueira-kununu marked this pull request as draft December 13, 2024 16:24
@samuel-nogueira-kununu
Copy link
Contributor Author

samuel-nogueira-kununu commented Dec 13, 2024

Moving this to draft to fix a "class does not exist" error due to a rename from SqlitePlatform to SQLitePlatform (CaSiNg change) from version 3 to 4: doctrine/dbal#5521

@samuel-nogueira-kununu samuel-nogueira-kununu marked this pull request as ready for review December 13, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant