freebsd-ports/databases/sqlite-ext-regexp/pkg-message
Kurt Jaeger 78dd6ad23c New port: databases/sqlite-ext-regexp
Regular-expression matcher for posix extended regular expressions
against UTF8 text.

Functions: regexp

WWW: https://www.sqlite.org/

PR:		203218
Submitted by:	Yuri <yuri@rawbw.com>
2016-05-06 15:02:46 +00:00

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 rebuilt the sqlite3 program to allow
loadable extensions.
*********************************************************************