On 13 Oct 2013, at 2:24am, Paul L Daniels <pldani...@pldaniels.com> wrote:

> Anyone know what the *default* method should be ( I'm assuming the
> zero-byteing is the correct method, as it genuinely marks the payload
> in a way that it cannot be casually recovered by normal methods that
> I'm using ). 

I'm wondering whether one of those applications was in WAL mode and the other 
not.  This is not intended to do anything specific with the database file but I 
can imagine the difference you describe being a side-effect.

You can switch between WAL mode and not using 

<http://www.sqlite.org/draft/pragma.html#pragma_journal_mode>

So you can try both out on a test database on your computer and see what the 
differences (if any) are on the database file.

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

Reply via email to