-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix: Casting issue due to MariaDB not included in inheritance schema anymore #2888
Conversation
Converting to draft as I have to make sure this still works with DBAL3 |
Yes it still works (I was wary of the fact that the AbstractMySqlPlatform might have been introduced with DBAL3 but it was not, and existed already) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2888 +/- ##
=======================================
Coverage 78.82% 78.82%
=======================================
Files 167 167
Lines 8637 8637
=======================================
Hits 6808 6808
Misses 1829 1829 ☔ View full report in Codecov by Sentry. |
Thanks @Pixelshaped. Could you please add the changelog entry for the fix? |
Not sure I did well but the entry is added! |
Co-authored-by: Javier Spagnoletti <[email protected]>
Thank you @Pixelshaped! |
Is there any ETA/calendar for release? |
Hi there!
Fixes #2887