Menu

SQLite database fixes

This release fixes problems with sqlite database.
Now as far as I know SQLite MySql ans PostgreSQL are supported with no problems.

One DB field is renamed.
If you run live sites you will have to execute this SQL query (for Mysql):
ALTER TABLE `relations` CHANGE `order` `_order` SMALLINT(6) DEFAULT '0' NOT NULL;

Posted by DuNaMiS 2004-09-28

Log in to post a comment.