On 4/20/2004 11:49 PM, Eli Wheaton wrote:
I'm new to sqlite but as far as I can tell it does not support ALTER TABLE
command. I could find that useful in future versions.
That's right. ALTER TABLE would be very helpful. Are there any reasons it is not implemented yet ?
Greets
my guess is because it can be done other ways (see the docs on this specifically), and the idea is to keep SQLite as simple as possible. The more "conveniences" that are added to it, the more complicated it will become.
Usually, once the database is set, there is little reason to ALTER it... it all boils down to ROI...
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]