Hello! See http://mobigroup.ru/files/sqlite-ext/murmurhash/ and a few words on russian http://geomapx.blogspot.com/2009/12/murmurhash-20.html
The examples: select murmurhash(1,2,3); 1074609160 sqlite> select murmurhash('hello',99); 3350841100 sqlite> select murmurhash('hi!',1); 2372833641 sqlite> select murmurhash('q',0); 2030783509 sqlite> select murmurhash('test'); 1026673864 sqlite> select murmurhash(); P.S. The inet extension is updated some times ago. I recommend for all users to get the new version: http://mobigroup.ru/files/sqlite-ext/md5/ The tests set is extended, see ipv4-ext.sql The versioning extension for tables history logging and versioning/replication will be in production soon. I did change the base concept for total simplification and more usability. Best regards, Alexey Pechnikov. http://pechnikov.tel/ _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users