You are not logged in.
Hello Arnaud,
this code doesn't work with a commit later than 96c8a5d3 (2022-02-12):
var
aCCGID: Integer;
V:= _OBJ([]);
aCCGID:= 1;
V.ID:= aCCGID;
Debugger shows a EJsonException instead of a parsed json.
(Windows11, Delphi 10.4, 32/64bit)
Daniel
Offline
Your pull request did break the existing code.
I have fixed it properly with https://github.com/synopse/mORMot2/commit/953fd223
Offline
Thanks!
I've tested your changes and it works in my project without issues.
Offline