On 09/20/2011 08:58 PM, Berthier, Emmanuel wrote:
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
On Behalf Of Dan Kennedy

Can you post the hex of the first 28 bytes of the journal
file?

0000000 d5d9 f905 a120 d763 0000 0400 a15c eae6
0000010 0000 6300 0000 0002 0000 0004 0000 0000
0000020 0000 0000 0000 0000 0000 0000 0000 0000

Journal file should be, as you say, 4640 bytes in size. 3608 bytes
is the right size for a journal file that contains 3 pages, not 4.

Are you using synchronous=NORMAL or synchronous=FULL?

What does sqlite3_vfs_find(0)->xDeviceCharacteristics() return?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to