Bugs in external plugin serendipity_event_aggregator
Posted: Thu Aug 03, 2006 7:00 pm
Sqlite seems to have problemes with the "key"-statements in the creation of "{$serendipity['dbPrefix']}aggregator_md5".
Additionally it has problems with the ALTER TABLE

I guess I'll have to setup a db-server.
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.