Skip to content

Releases: nalgeon/sqlean

0.13.2

13 Dec 20:54
Compare
Choose a tag to compare

Added mkdir and symlink functions to the fileio extension.

0.13.1

13 Dec 16:14
Compare
Choose a tag to compare

Added nupper, nlower and nlike alias functions to the unicode extension.

0.13.0

12 Dec 21:07
Compare
Choose a tag to compare

This release brings the fileio extension. It allows reading and writing files with SQL.

0.12.3

12 Dec 12:34
Compare
Choose a tag to compare
doc: unicode extension does not work with load_extension()

0.12.2

27 Nov 14:36
Compare
Choose a tag to compare
fix: caverphone segfault for words ending with 'e'

0.12.1

20 Nov 18:54
Compare
Choose a tag to compare

This release adds the caverphone function to the fuzzy extension.

0.12.0

18 Nov 17:20
Compare
Choose a tag to compare

This release brings the spellfix extension. It provides a string similarity search mechanism for large tables.

0.11.0

17 Nov 18:54
Compare
Choose a tag to compare

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

05 Nov 17:26
Compare
Choose a tag to compare

This release brings the uuid (Universally Unique IDentifiers) extension. It provides limited support for RFC 4122 compliant UUIDs:

  • Generate a version 4 (random) UUID.
  • Convert a 16-byte blob into a well-formed UUID string and vice versa.

0.9.1

30 Sep 11:51
Compare
Choose a tag to compare

This release brings the ipaddr extension. It provides functions to manipulate IPs and subnets.