--- "D. Richard Hipp" <[EMAIL PROTECTED]> wrote:
> On Mon, 2005-08-22 at 08:42 -0700, Clark Christensen > wrote: > > > > --- "D. Richard Hipp" <[EMAIL PROTECTED]> wrote: > > > ... > > > SQLite never "blows away" a file that is not a > database. > > > > > > -- > > > D. Richard Hipp <[EMAIL PROTECTED]> > > > > Sorry to report this doesn't seem to be the case. At > least > > not under Windows. Using v3.2.2, I can "sqlite3 > junk.txt", > > then "create table junk (a,b)", and the text file > becomes a > > SQLite3 database :-( > > > > FWIW, junk.txt contained several lines of text before > > becoming a database. > > > > See http://www.sqlite.org/cvstrac/tktview?tn=1370 > The problem has been fixed in version 3.2.3. > -- > D. Richard Hipp <[EMAIL PROTECTED]> > > Yup. Late to the party. That's what I get for replying before reading the remaining messages :-)) Thanks! -Clark

