aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-pcre/pkg-message
blob: 44f348bf951a2b96797706f8ba2e171f7256b8bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ type: install
  message: <<EOM
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.
EOM
}
]