[sqlalchemy] Re: SQLite, append_column?

2007-01-23 Thread Basil Shubin

So, there is no way to add new column to existing table?

Or I can use ALTER TABLE and how to save existing data on table alter?

Thanks!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: SQLite, append_column?

2007-01-23 Thread Jonathan Ellis

SA doesn't support doing ADD COLUMN or almost any other ALTER command.

If you ran the ALTER manually then created a new Table with autoload
it would of course load the new version, but I'm at a loss to see why
you'd need that.

On 1/23/07, Basil Shubin [EMAIL PROTECTED] wrote:

 So, there is no way to add new column to existing table?

 Or I can use ALTER TABLE and how to save existing data on table alter?

 Thanks!


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---