Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
None
-
None
-
MariaDb 11.1.0
Description
When using spring boot project using mariadb 10.6.11 there is no issue when create table with some custom sequence id using Hibernate. I noticed hibernate will use this query to capture new id and it is fine without error:
select nextval(seq_merchant_nextval) ;
When using 11.1.0 the query was different and casue error:
select next_val as id_val from seq_merchant_nextval for update;
Error summary: (conn=2246) Unknown column 'next_val' in 'field list'
Attachments
Issue Links
- links to