mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
cf5405d2ef
This module implements the spellfix1 VIRTUAL TABLE that can be used to search a large vocabulary for close matches using Levenshtein distance. Virtual table: spellfix1 Functions: editdist, editdist3, spellfix1_translit, spellfix1_phonehash, spellfix1_scriptcode WWW: http://www.sqlite.org/spellfix1.html PR: 203217 Submitted by: Yuri <yuri@rawbw.com>
12 lines
582 B
Plaintext
12 lines
582 B
Plaintext
*********************************************************************
|
|
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.
|
|
*********************************************************************
|