You are not logged in.
Good afternoon,
When the {$define PUREMORMOT2} is enabled, the mormot.db.sql.zeos unit is not compiled because of TDynArrayHashed.ReHash is not defined.
If we replace fColumn.ReHash call with fColumn.ForceReHash in procedure ExecutePrepared in line 1140, then this unit is compiled successfully.
Offline
You are right.
It should be fixed by https://github.com/synopse/mORMot2/commit/d5d171d3
Thanks for the feedback.
Online
Thank you, now all OK
Offline