Releases: nalgeon/sqlean
Releases · nalgeon/sqlean
0.13.2
Added mkdir
and symlink
functions to the fileio
extension.
0.13.1
Added nupper
, nlower
and nlike
alias functions to the unicode
extension.
0.13.0
This release brings the fileio
extension. It allows reading and writing files with SQL.
0.12.3
doc: unicode extension does not work with load_extension()
0.12.2
fix: caverphone segfault for words ending with 'e'
0.12.1
This release adds the caverphone
function to the fuzzy
extension.
0.12.0
This release brings the spellfix
extension. It provides a string similarity search mechanism for large tables.
0.11.0
This release brings the fuzzy
extension. It provides fuzzy string matching and phonetics functions:
- Measure distance between two strings.
- Compute phonetic string code.
- Transliterate a string.
0.10.0
0.9.1
This release brings the ipaddr
extension. It provides functions to manipulate IPs and subnets.