Skip to content

Releases: nalgeon/sqlean

0.8.4

28 Sep 15:38
Compare
Choose a tag to compare
fix: #23 respect match boundaries

0.8.3

28 Sep 14:11
Compare
Choose a tag to compare
fix: #19 support only ascii separators

0.8.2

21 Jun 17:19
Compare
Choose a tag to compare
fix: determenistic functions (#17)

0.8.1

18 Apr 18:53
Compare
Choose a tag to compare
test: stats tests

0.8.0

15 Apr 22:12
Compare
Choose a tag to compare

This release brings the crypto extension. It provides secure hash and message digest functions like MD5 and SHA1.

0.7.1

15 Apr 17:06
Compare
Choose a tag to compare

This release brings the text extension. It provides reverse() and split_part() functions.

0.6.1

11 Apr 13:14
Compare
Choose a tag to compare

This release brings no new extensions. All the existing extensions are renamed:

sqlite3-json1 → json1
sqlite3-math → math
sqlite3-re → re
sqlite3-stats → stats
sqlite3-unicode → unicode
sqlite3-vsv → vsv

0.5.0

06 Apr 22:42
Compare
Choose a tag to compare

This release brings the json1 extension. Usually, SQLite is compiled with JSON support, but in case yours is not, here is the separate extension.

0.4.0

05 Apr 19:08
Compare
Choose a tag to compare

This release brings the math extension. It provides common math functions for SQLite versions before 3.35.

0.3.1

31 Mar 11:37
Compare
Choose a tag to compare

This release brings the re extension. It provides regexp search and replace functions.