MarcoN <[EMAIL PROTECTED]> wrote:
> Hello, everybody.
> 
> I have the following problem: I have an old project that uses a database
> created with an older SQLite library version.
> Now, since I updated SQLite to 3.5.5, I can't use the database anymore,
> because any query on the database tables returns:
> 
> SQLite error 11 - Malformed database schema - near ")": syntax error
> 
> The strange point is that I downloaded "SQLite Database Browser" from
> sourceforge, and I can actually open the database with this tool. In the
> help, it is saying that "SQLite Database Browser" is using version 3.3.5 of
> the database engine. With this tool, I can browse the data in any table, and
> a "pragma integrity_check" returns "ok".
> 
> Any idea / help on this would be greatly appreciated.

Please send the following output:

   SELECT sql FROM sqlite_master;

Please do so quickly.  We are scheduled to release 3.5.7 in about
30 minutes.  If this is a bug in 3.5.x, we'd like to identify it
before then.

--
D. Richard Hipp <[EMAIL PROTECTED]>

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to