Additionally it has problems with the ALTER TABLE
DROP is not supported [1], but ADD COLUMN shoud be (perhaps it's because I only have sqlite 2.Warning: sqlite_query() [function.sqlite-query]: near "ALTER": syntax error in /home/boris/public_html/serendipity-nightly/include/db/sqlite.inc.php on line 229
bool(false) string(83) "ALTER TABLE serendipity_aggregator_feeds DROP categoryid;"
Warning: sqlite_query() [function.sqlite-query]: near "ALTER": syntax error in /home/boris/public_html/serendipity-nightly/include/db/sqlite.inc.php on line 229
bool(false) string(119) "ALTER TABLE serendipity_aggregator_feeds ADD COLUMN charset varchar(255) NOT NULL default '';"
I guess I'll have to setup a db-server.