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

Update for Upcoming Doctrine/Dbal 4.0 #42

Open
Hanmac opened this issue Dec 14, 2023 · 0 comments · May be fixed by #45
Open

Update for Upcoming Doctrine/Dbal 4.0 #42

Hanmac opened this issue Dec 14, 2023 · 0 comments · May be fixed by #45

Comments

@Hanmac
Copy link
Contributor

Hanmac commented Dec 14, 2023

The only thing not working right now are the Exception Handling:

doctrine/dbal@a2abc86#diff-93abf86e8ee8df45d8045fc5f4c82094d9e68b204351a8bc5811796803ce81d7L46-R48

  • ConversionException::conversionFailedInvalidType got removed, and is InvalidType::new now
  • ConversionException::conversionFailed is ValueNotConvertible::new
  • ConversionException::conversionFailedFormat is InvalidFormat::new

I need to find a nice way to handle this

i find it bad that they didn't deprecate the old functions first

@Hanmac Hanmac linked a pull request Jun 4, 2024 that will close this issue
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 a pull request may close this issue.

1 participant