On Thu, 2005-04-21 at 12:07 -0500, William Hachfeld wrote:
> Heh everyone!
> 
> I've recently tried to upgrade from SQLite 3.0.8 to 3.2.1 and have run into a
> snag. This is probably something REAL simple that I'm just not seeing. I'm
> hoping someone can point out my stupid mistake...
> 

COLUMN became a reserved word when the ALTER TABLE ADD COLUMN statement
was added.  You can work around the problem by putting the name of
column "column" in quotes.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to