Re: [sqlite] A database corrupting case to report

2006-11-28 Thread drh
"Zhang Cheng-E7104C" <[EMAIL PROTECTED]> wrote: > Hi,Richard > The cases happens in PC. The disk remained is not much, sorts of several = > hundreds of Mb . > > Then the following step is what I do. > > 1) Create a 1M bytes size file. > 2) create a table and begin to insert data in the table

RE: [sqlite] A database corrupting case to report

2006-11-27 Thread Zhang Cheng-E7104C
A database corrupting case to report "Zhang Cheng-E7104C" <[EMAIL PROTECTED]> wrote: > Database Corrupt cases: > Tested on PC > > Steps > > 1) Inserted table to full disk and Reserved 1M space in disk > 2 )Release the reserved space I do not understand what you

Re: [sqlite] A database corrupting case to report

2006-11-27 Thread drh
"Zhang Cheng-E7104C" <[EMAIL PROTECTED]> wrote: > Database Corrupt cases: > Tested on PC > > Steps > > 1) Inserted table to full disk and Reserved 1M space in disk > 2 )Release the reserved space I do not understand what you mean by the previous two steps. Can you pleae provide more detail. >

[sqlite] A database corrupting case to report

2006-11-27 Thread Zhang Cheng-E7104C
Database Corrupt cases: Tested on PC Steps 1) Inserted table to full disk and Reserved 1M space in disk 2 )Release the reserved space 3) Begin transaction 4) Delete table 5) End transaction Then database is corrupt. Can it be fixed? Thanks Ryan ZhangCheng