You are not logged in.
ab, after this commit https://github.com/synopse/mORMot2/comm … 41536310ee
if Cache.Size = 0 then
if Kind = rkSet then // mormot.core.rtti/json hardcore getter/setter limit
ERttiException.RaiseUtf8('ComputeCache(%): sets are limited to % items',
[RawName, ENUM_MAX])
else
ERttiException.RaiseUtf8('ComputeCache(%): has RttiSize=0', [RawName]);
I get the error:
raised exception class ERttiException with message 'ComputeCache(TNotifyEvent): has RttiSize=0'
raised exception class ERttiException with message 'ComputeCache(TOnRestServerCallBack): has RttiSize=0'
Delphi 10.3 Windows 11
Offline
It has been fixed a few minutes ago.
See
https://github.com/synopse/mORMot2/comm … 445d7a12cb
and
https://github.com/synopse/mORMot2/comm … 95ae6efa63
Offline
Thanks
Offline