Fixed
Details
Assignee
Christian BeikovChristian BeikovReporter
Gwenael TreguierGwenael TreguierComponents
Fix versions
Priority
Minor
Details
Details
Assignee
Christian Beikov
Christian BeikovReporter
Gwenael Treguier
Gwenael TreguierComponents
Fix versions
Priority
Created April 2, 2016 at 8:51 AM
Updated August 3, 2021 at 7:50 PM
Resolved July 6, 2021 at 8:14 AM
SQLite type affinity and limited support for altering table means that
hibernate.hbm2ddl.auto
cannot be set tomodify
norcreate
(I seem to recall that FK constraints are added after tables).And when
hibernate.hbm2ddl.auto
is set tovalidate
, Hibernate don't know that 'float', 'double', 'real' means the same thing for SQLite.Also, there is no date/time datatype (See Time Strings). So a date can be stored in a column declared with text or float or integer or numeric affinity.