Replies: 1 comment
-
The following works
Tested with Quarkus 3.9.3. This should work with older and future versions too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Despite declaring
foreign key
constraint in mycreate table
statement, foreign key constraints are not enforced.I read elsewhere that it requires:
Is there a quick and easy way to turn on foreign key constraints when using SQLite with Quarkus / Hibernate ?
Beta Was this translation helpful? Give feedback.
All reactions