Also, if you were to use the running XOR of hashes method you'd also
have to not make use of auto-allocated row IDs or any INTEGER PRIMARY
KEYs, or AUTOINCREMENTed columns, or to not include any of those in
the hashes, which probably also means not using any of those in
FOREIGN KEYs.  That's... quite restrictive, but possibly good enough
for you.

Nico
--
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to