Ken wrote:
Minor bug:

Please add the prototype and defines for the following to sqlite3ext.h

void  (*result_error_toobig)(sqlite3_context*);

#define sqlite3_result_error_toobig    sqlite3_api->result_error_toobig


Without these, externally loadded libs that would like to use error_toobig will 
not load into sqlite.

Ken,

You should file a bug report at http://www.sqlite.org/cvstrac/captcha?nxp=/cvstrac/tktnew so this gets fixed.

Dennis Cote

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to