This is sqlite3-pcre, an extension for sqlite3 that uses libpcre to provide a regexp() function to use with the REGEXP operator. PR: 190121 Submitted by: Vick Khera <vivek@khera.org>
11 lines
582 B
Text
11 lines
582 B
Text
*********************************************************************
|
|
Loading extensions is by default prohibited as a security measure;
|
|
see "Security Considerations" in
|
|
http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions.
|
|
|
|
If the sqlite3 program and library are built this way, you cannot
|
|
use these functions from the program, you must write your own program
|
|
using the sqlite3 API, and call sqlite3_enable_load_extension as
|
|
described above, or else rebuild the sqlite3 program to allow
|
|
loadable extensions.
|
|
*********************************************************************
|