Re: [sqlite] Crash after add column

2010-03-07 Thread a1rex
- Original Message >From: VasiliyF4 >After I try to ADD a column by run the querry "ALTER TABLE x >ADD y NUMERIC" from my application, I can't use the data base any more. If I >try to get or save any data at my DB it cause crash of the application. Of course your

Re: [sqlite] Crash after add column

2010-03-07 Thread a1rex
>I try to ADD a column by run the querry "ALTER TABLE x >ADD y NUMERIC" from my application, I can't use the data base any more. Try this: "ALTER TABLE main.x ADD y NUMERIC" and verify by external tool that column x has been added.

Re: [sqlite] Crash after add column

2010-03-07 Thread A.
On Sat, 2010-03-06 at 23:39 -0800, VasiliyF4 wrote: > I Use C/Linux. After I try to ADD a column by run the querry "ALTER TABLE x > ADD y NUMERIC" from my application, I can't use the data base any more. If I > try to get or save any data at my DB it cause crash of the application. Could you