On 2/1/2013 10:21 AM, Amit Chaudhuri wrote:
If I only issue select queries on my two input databases, can I expect the sha1 hash to stay the same over time?
Yes. You can even mark the database file as read-only and use sqlite3_open_v2 with SQLITE_OPEN_READONLY flag.
-- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users