On 1/1/20, Manuel Rigger <rigger.man...@gmail.com> wrote:
> Thanks for adding these functions! My test generator/fuzzer is written in
> Java and uses the JDBC interface. In order to call the C function, I would
> probably need to modify the driver code or use JNI, which would both be a
> bit hacky. Is there a compile-time option that can be set to provide
> internal functions by default?

-DSQLITE_ENABLE_INTERNAL_FUNCTIONS

NB:  Do NOT enable this on a production build.  The
-DSQLITE_ENABLE_INTERNAL_FUNCTIONS compile-time option is for testing
purposes only.

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

Reply via email to