On Jun 18, 2009, at 9:04 AM, [email protected] wrote: > I updated sqlite version from 3.6.14 to 15, now when I try to run a > C++ code to fill the database I have SQLITE_CORRUPT error.
Even with your new database that uses NOCASE in place of KORGCOLLATE, I don't have any problems. What query, specifically, is giving you trouble? Also: We sometimes run into compiler bugs. Please try recompiling with optimization disabled and see if that clears the problem. If it does, that suggests the problem is in your compiler. D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

