-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Description
With boot 2.6.0-RC1
is was looking why flyway
config is still trying to find mysql
classes if I use {vendor}
placement. There's been PR's like #25173 which changes these things as mariadb
really is a different database than mysql
these days.
Would it be possible to change DatabaseDriver
to return correct id for mariadb
as I think it's coming from here
Line 81 in 6b79d28
return "mysql"; |
As I think it's called from here
Line 291 in 6b79d28
public static DatabaseDriver fromJdbcUrl(String url) { |
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement