Re: [sqlite] algorithm for adding columns to a table

2008-03-19 Thread Derrell Lipman
On Tue, Mar 18, 2008 at 1:03 PM, Virgilio Alexandre Fornazin <[EMAIL PROTECTED]> wrote: > Yes. I did this in my custom version of SQLite. If statement is ALTER TABLE, > and SQLite returns error, I check if it´s ALTER TABLE (t) MODIFY COLUMN ou > DROP COLUMN, doing the exact flow you did. Thanks!

Re: [sqlite] algorithm for adding columns to a table

2008-03-18 Thread Virgilio Alexandre Fornazin
Yes. I did this in my custom version of SQLite. If statement is ALTER TABLE, and SQLite returns error, I check if it´s ALTER TABLE (t) MODIFY COLUMN ou DROP COLUMN, doing the exact flow you did. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derrell Lipma