>    By this error I can guess you are using SQLite as the backend. I don't
> know a way to fix or overcome the problem with SQLite.

You can "fix" the broken database by using sqlite's `.output FILENAME`
followed by `.dump` to output all the data, then read it back into a
blank sqlite database with `sqlite newdatabase.sqlite < FILENAME`.

These sort of problems are why I started just using a test psql database
for developing with, rather than sqlite :)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to