using the current CVS it seems that there needs to be a cached_html table added to the SQLite db file... I guess that it will require sqlite3 because it supports BLOBs whereas sqlite2 does not.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
using the current CVS it seems that there needs to be a cached_html table added to the SQLite db file... I guess that it will require sqlite3 because it supports BLOBs whereas sqlite2 does not.
MEDIUMTEXT is enough thanksfully.
Thanks for the reminder.