Hello, I encountered a weird behavior recently. The exact same code (executed from a docker container using the same image) produced a different database file on two computers, as verified by a MD5 or sha256 hash of the two files. But using the* .sha3sum* of sqlite3.exe I could check that the contents of the two databases are indeed identical.
To sum up, same content, but the files are somewhat different. Is this something expected or known ? If so, is there a way to prevent this ? Our use case if that we track the sha256 hashes of the files, that could have been produced on different computers to know of the outputs are up to date. Until now, since ~ 4 years it has always seem to work. Thanks. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users