Re: [sqlite] SQLite now supports ALTER Table?

2004-10-22 Thread Will Leshner
Raymond Irving wrote:
Hey check this out:
This SQLiteDB php class allows you to use ALTER TABLE
with your sqlite database.
http://code.jenseng.com/db/
I'd really be interested to know how they handle tables with UNIQUE columns, because those are tricky.


[sqlite] SQLite now supports ALTER Table?

2004-10-22 Thread Raymond Irving
Hey check this out:

This SQLiteDB php class allows you to use ALTER TABLE
with your sqlite database.

http://code.jenseng.com/db/