You are not logged in.
Pages: 1
Hi ab,
TDbEdit(Real Field) <--> TSqlDBClientDataSet <--> TSQLDBSQLite3ConnectionProperties <--> SQLITE3
The Record real field be setted to null when dbEdit be setted empty, this is string 'null' not NULL.
the code file: mormot.db.sql
line 5948 : with TVarData(Data) do
case VType of
varEmpty,varNull:
.....
then all is ok.
Offline
make a correction, TUniDBNumberEdit ,not TDbedit
Offline
Makes sense.
Please try with
https://github.com/synopse/mORMot2/commit/f21d5dcc8
Offline
Pages: 1