Hibernate + sqlite bug when create id columns

Hi,

I’m experiencing an issue after updating my Quarkus application, which also upgraded Hibernate to version 7.0.

When I start the application, Hibernate creates the database tables, but the id columns are generated with the wrong type: ANY instead of INTEGER.

I’ve created a GitHub repository to reproduce the issue. All the details are explained in the README.md file.

Thanks,

Guido

Sorry to hear that you have trouble with the SQLite dialect. Unfortunately, this is a community dialect and the Hibernate ORM team does not guarantee that it works fine, nor does test it. It is up to the community to maintain it. Also read this: hibernate-orm/dialects.adoc at main · hibernate/hibernate-orm · GitHub

Thank you for your fast reply!

Best regards,

Guido