github nalgeon/sqlean 0.21.10

latest releases: 0.27.1, 0.27.0, 0.26.0...
9 months ago

Print the actual error message when regexp compilation fails (#104).

Before:

select regexp_substr('abc5xyz', 'a(?<=\D*)\d');
-- Runtime error: out of memory (7)

Now:

select regexp_substr('abc5xyz', 'a(?<=\D*)\d');
-- Runtime error: lookbehind assertion is not fixed length (offset 1)

Don't miss a new sqlean release

NewReleases is sending notifications on new releases.