ninjaframework / ninja-ebean

Ebean ORM support for Ninja Framework
Apache License 2.0
10 stars 8 forks source link

Mariadb is not supported with ebean version 12.1.1. #10

Open hugogoncalves opened 3 years ago

hugogoncalves commented 3 years ago

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.

thibaultmeyer commented 2 years ago

Just opened a merge request to use latest version of NinjaFramework/Ebean

11