You are not logged in.
Hi,
So after defining my data classes and having mORMot create the tables for me (SQLite3), I see that columns that should contain floating point values (in my case, properties defined as "double" in Delphi) end up being defined as "FLOAT" in SQLite3. Shouldn't it be "REAL" instead ? It probably doesn't matter but I'm curious about the reason behind.
Thanks.
Offline
It doesn't matter for Sqlite3.
See https://www.sqlite.org/datatype3.html
Offline