Re: [sqlite] Crash in prepSelectStmt

2007-03-29 Thread drh
Dave Gierok <[EMAIL PROTECTED]> wrote: > I'm getting a very occational crash in prepSelectStmt when > trying to run the following statement: > > CREATE TABLE tmpdb.[Profile0_Career_UnlockedCars] AS SELECT * FROM > [Profile0_Career_UnlockedCars]; > > My call stack is: > > * forza2_ply.

[sqlite] Crash in prepSelectStmt

2007-03-29 Thread Dave Gierok
I'm getting a very occational crash in prepSelectStmt when trying to run the following statement: CREATE TABLE tmpdb.[Profile0_Career_UnlockedCars] AS SELECT * FROM [Profile0_Career_UnlockedCars]; Where another tmpdb has been attached to the main db via ATTACH. My call stack is: * fo