You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was not able to to get Id autoincrement working with 12.1.1 ebean version.
When ninja started Ebean server was reporting db.platform as generic. So him don't know how get id of a from last inserted object.
My mariadb version is.
10.5.6-MariaDB
I solved the problem declaring as dependency ebean version 12.3.6
io.ebean
ebean
12.3.6
In nexts day I will try make a pull request to this annoying issue.
The text was updated successfully, but these errors were encountered:
I was not able to to get Id autoincrement working with 12.1.1 ebean version.
When ninja started Ebean server was reporting db.platform as generic. So him don't know how get id of a from last inserted object.
My mariadb version is.
10.5.6-MariaDB
I solved the problem declaring as dependency ebean version 12.3.6
io.ebean
ebean
12.3.6
In nexts day I will try make a pull request to this annoying issue.
The text was updated successfully, but these errors were encountered: