Hallo,

I don't think this is a big deal, but probably helpful for one or another:

I tried to compile SQLite 3.19 with MSVC 2005 and got a compile error C2143
at line 143542 of sqlite3.c.

Removing the trailing semicolon from

if( (zKey = sqlite3_uri_parameter(zOpen, "hexkey"))!=0 && zKey[0] ){;

fixed the issue.

All the best, Wolfgang

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

Reply via email to