You are not logged in.
Hi, I have updated the last version of mORMot and unfortunately I found the changes with CreateAndFillPrepare() where I was using the integer array list, now the list has become of Int64 array list, and I have to convert all calls!!!! I used int array because I used too:
1) CopyAndSortIntegerm
2) DeleteInteger
ecc
where the Values are TIntegerDynArray,
How can to covert the array?
you have created a function / procedure referred I ignore the existence
Thanks corchi
Offline
The better is still to use the TID = Int64 values, and not truncate them to 32-bit integers.
I've added new CopyAndSortInt64(), DeleteInt64() and TIntegerDynArrayFrom64() functions.
See http://synopse.info/fossil/info/3c2e63c4f9
and http://synopse.info/fossil/info/34257fbe08
Offline
thanks very much!!!
Offline