As a continuation for [HHH-12973|https://hibernate.atlassian.net/browse/HHH-12973], once MariaDB starts supporting the {{INFORMATION_SCHEMA.SEQUENCES}}, we should create a new MariaDBDialect to define the new {{SequenceInformationExtractor}} which should fetch more than the sequence name.
The [HHH-13229|https://hibernate.atlassian.net/browse/HHH-13229] provides a workaround which requires executing 2 queries, so this issue should be an optimization to the current behavior. |
|