Re: [sqlite] SQLite.Exception: not authorized (to load a shared librarywith SQLite Java Wrapper/JDBC Driver)

2009-02-18 Thread Bejay Bamboo
On Wed, Feb 18, 2009 at 12:33 PM, Christian Werner wrote: [snip] > In order to enable loading an extension the SQLite API > sqlite_enable_load_extension() must be called but there's > currently no method to call it from Java code for > security reasons. > > HTH, > Christian Thanks Christian for

Re: [sqlite] SQLite.Exception: not authorized (to load a shared librarywith SQLite Java Wrapper/JDBC Driver)

2009-02-18 Thread Christian Werner
Bejay Bamboo wrote: > > Hello, > i'm trying to load new SQL functions from a shared library with the > help of the SQLite Java > Wrapper/JDBC Driver (http://www.ch-werner.de/javasqlite). I'm trying > > java -cp :. -Djava.library.path=/tmp/javasqlite-20090213/.libs > SQLite.Shell db "select > load