Is there a way to force a virtual table to be deleted from a database
file (other than to rebuild the whole database without the table)?
When the interface of a virtual table changes, "drop table" on a table
created with the old interface might not work, since "drop table" will
call the constructor and if the interface has changed, the constructor
might fail.

-- 
Steinar Midtskogen
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to