Incorrect detection of MariaDB #25127
Labels
status: first-timers-only
An issue that can only be worked on by brand new contributors
status: superseded
An issue that has been superseded by another
type: bug
A general bug
Hi, this is a
first-timers-only
issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!
If you have contributed before, consider leaving this one for someone new, and looking through our general
ideal-for-contribution
issues. Thanks!Problem
Detection of MariaDB in org.springframework.boot.jdbc.DataBaseDriver is incorrect. The MariaDB driver returns
MariaDB
as theproductName
but we are usingMySQL
as theproductName
.Solution
Update the
DatabaseDriver
enum with the right value for theproductName
forMariaDB
.Update the tests to ensure that the right
DatabaseDriver.fromProductName()
works forMariaDB
.Steps to Fix
The text was updated successfully, but these errors were encountered: