This website requires JavaScript.
Explore
Help
Sign In
forks
/
erlang-sqlite3
Watch
1
Star
0
Fork
0
You've already forked erlang-sqlite3
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
029995f6a33135ecd66bb3ac3873293e00ac4e21
erlang-sqlite3
/
c_src
History
Ryan Flynn
029995f6a3
issue
#17
: solve Symbol not found: _sqlite3_enable_load_extension by #ifdef-ing it out by default; erlang-sqlite3 will need configure-esque feature detection via
http://www.sqlite.org/c3ref/compileoption_get.html
or
http://www.sqlite.org/pragma.html#pragma_compile_options
2013-03-23 11:29:24 -04:00
..
sqlite3_drv.c
issue
#17
: solve Symbol not found: _sqlite3_enable_load_extension by #ifdef-ing it out by default; erlang-sqlite3 will need configure-esque feature detection via
http://www.sqlite.org/c3ref/compileoption_get.html
or
http://www.sqlite.org/pragma.html#pragma_compile_options
2013-03-23 11:29:24 -04:00
sqlite3_drv.h
First implementation for enable_load_extension
2012-07-24 16:14:33 +02:00