Rapid Database Application Development
|
||
Development |
"Microsoft Access for Linux"
|
|
Alter Table Issuesstarted by: jstaniek, march 2006 status of ideas mentioned here: planed for 1.1
IntroductionDefault file-based db driver - SQLite - does not allow to perform sophisticated modifications of existing table design without a need of recreating the table from screatch. User expects such operations will be performed in the background, just as easy as with spreadsheets. ^ tocCurrent stateCurrently used 3.0.7 only allows to:
;; TODO - reimplement this using ALTER TABLE for other engines. ^ tocSQLite Capatibilities3.3.x version allows to rename a table and add a table column. However, the latter operation requires VACUUM for the table to maintain compatibility with SQLite 3.1.x. ^ tocNeedsAbove operation are not enough. Following operations are needed (n is # of rows in a table):
|
|||||
|