[EMAIL PROTECTED] wrote:
I get the same problem on OS-X.  But it appears to be a bug
in the older version of TCL you have installed, not in SQLite
itself.  Nothing to worry about.  Thanks for reporting it, though.

I was trying to make a test case to report the Tcl bug and noticed that (in 8.5a5 at least) they added some extra file mode tests. After looking at those tests I now think this is a bug in the SQLite test suite.

ISTM opening files in corrupt2-1.x with an 'a' flag writes all changes to the end, which is what I'm seeing. 'a' for append. I think the files should be opened with a 'RDWR' flag instead. Making that changes means the tests pass under Tcl 8.5a5 but I haven't tested the other versions of Tcl yet. I don't know why the test passed under Tcl8.4.9 either.

Martin

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to