Add DataFieldMaxValueIncrementer for MariaDB #29306
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
Spring Framework started treating MariaDB as an independent database here: #28355. However, it does not provide a dedicated
DataFieldMaxValueIncrementer
for it.To give a bit of context, we have the same request in Spring Batch (to treat MariaDB as independent database, see spring-projects/spring-batch#3891), but due to the lack of a dedicated incrementer, we would have to use the MySQL one, which feels odd given the intent in the first place. Do you agree?
The text was updated successfully, but these errors were encountered: