-
Notifications
You must be signed in to change notification settings - Fork 48
feat: add support for dbal 4 - for branch 2.x #299
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
Conversation
Co-authored-by: Alexis Lefebvre <alexislefebvre@gmail.com>
|
Solving #300 would help development. |
|
On the
Update: you found the issue: |
|
Please check this: Feel free to backport it to the |
|
Tests were OK on local environment but not on CI, because the versions of databases used on GitHub Actions were outdated: bf29b7d |
Co-authored-by: Alexis Lefebvre <alexislefebvre+github@gmail.com>
Co-authored-by: Alexis Lefebvre <alexislefebvre+github@gmail.com>
|
Can you use the 3.x branch of this bundle instead of 2.x? It should already support DBAL 4. Are your projects locked to PHP ≤ 8.1? |
|
thanks for this info. So i am fine with version 3 |
#298
Maybe the only problem is this change.
https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#bc-break-renamed-sqlite-platform-classes
TODO: I know there must be a bc layer for dbal < 4