I enabled the logging with:

        sqlite3_config(SQLITE_CONFIG_LOG, SqliteLogger, NULL);

        sqlite3_initialize();

but I didn't appear to receive any calls to my SqliteLogger function. Do I
need to do something else?

--------------------
Please enable error logging using
sqlite3_config()<http://www.sqlite.org/c3ref/config.html>with the
SQLITE_CONFIG_LOG<http://www.sqlite.org/c3ref/c_config_getmalloc.html#sqliteconfiglog>option.
 An example of how this might be done can be seen
here <http://www.sqlite.org/src/artifact/6fef5d2cd1ec?ln=2795> and
here<http://www.sqlite.org/src/artifact/6fef5d2cd1ec?ln=485-493>.
Then let us know what the log messages tell you.
----------------------
-- 
View this message in context: 
http://old.nabble.com/Embedded-platform%2C-problem-upgrading-from-3.6.20-to-3.7.11-tp33686486p33686881.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to