On 19 Dec 2017, at 12:43pm, Karl Forner <karl.for...@gmail.com> wrote:

> All the software in the docker container. so it is exactly the same version
> of all software and libraries, except the linux kernel. Moreover the
> differences are not in the header, rather interspersed with what looks like
> CREATE statements.

Using the sqlite3 shell tool please give the command

SELECT * FROM sqlite_master;

on one copy of the database.  Are the CREATE commands in the result the same as 
the CREATE command you just told us about ?

Issue the same SELECT command for the other copy of the database.  Do you get 
identical output, in the same order, as you got from the first copy of the 
database ?

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

Reply via email to