Export to GitHub

yadsel - issue #6

Support to alter column, drop column and rename column by SQLite driver


Posted on Dec 26, 2007 by Swift Bear

The SQLite driver must support these 3 features.

The way to do this in SQLite is: 1. create a temporary table and put all data in; 2. drop the old table; 3. create the new table with changes and put all data from temporary table back; 4. drop temporary table;

the RenameColumn still does not work.

Status: Accepted

Labels:
Type-Enhancement Priority-Medium