Hi Driver uses this construct: assert(str = (*env)->GetStringCritical(env, v, 0)); It doesn't work. assert doesn't have to be called in release build. It should be: str = (*env)->GetStringCritical(env, v, 0); assert(str);
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLiteJDBC" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups-beta.google.com/group/sqlitejdbc?hl=en -~----------~----~----~----~------~----~------~--~---
