Hello. (libsql V 0.46)
In this function, I found a strange thing in the
line :
S.FNulls.Add(Pointer(Integer(Value^<>nil)));
I would have writen :
S.FNulls.Add(Pointer(Integer(Value^=nil)));
so that the value is 1 if nil, 0 otherwise.
But I may be wrong.
Regards
Sylvestre
(sj @ dis-online.com)
Logged In: YES
user_id=764063
tx! fixed.