…b.com/spring-projects/spring-framework/issues/28305
In this commit we added MariaDB as an independent database type as per #28305
Thanks for taking time to look at it!
Comment From: snicoll
This looks like an oversight of #25811 - what do you think @jhoeller
Comment From: snicoll
@ben-enfuse-io thank you for making your first contribution to Spring Framework.
Comment From: fmbenhassine
Shouldn't Spring Framework provide a dedicated DataFieldMaxValueIncrementer
for MariaDB as well? I think treating MariaDB as an independent database should not be limited to the change in this PR.
For example, we have the same request in Spring Batch (see https://github.com/spring-projects/spring-batch/issues/3891), where we use a DataFieldMaxValueIncrementer
to increment the IDs of the Batch domain model entities, and it feels odd to use the MySQL incrementer with MariaDB. Do you agree?
Comment From: snicoll
@fmbenhassine please create a separate issue where we can have that discussion.