Releases: nalgeon/sqlean
Releases · nalgeon/sqlean
0.8.4
fix: #23 respect match boundaries
0.8.3
fix: #19 support only ascii separators
0.8.2
fix: determenistic functions (#17)
0.8.1
test: stats tests
0.8.0
This release brings the crypto
extension. It provides secure hash and message digest functions like MD5 and SHA1.
0.7.1
This release brings the text
extension. It provides reverse()
and split_part()
functions.
0.6.1
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
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
This release brings the math
extension. It provides common math functions for SQLite versions before 3.35.
0.3.1
This release brings the re
extension. It provides regexp search and replace functions.