Hi,
I am using sqlite 2.8.13 which is supposed to have fix for "Corrupt problem
encountered on Windows NT platform" check this
(http://www.sqlite.org/cvstrac/tktview?tn=599). But the code in pager.c still
has the following rc = write32bits(&pPager->jfd, pPager->noSync ? 0xffffffff :
0); . But as suggested in the fix it should have been rc =
write32bits(&pPager->jfd, 0xffffffff); .
I also saw 2.8.13 and 2.8.12 code in sqlite CVS. Even that does not have the
suggested change
Can anybody Please explain ..
Regards
Jayanth
Ticket 599: