🐛 Fixes
re2splitbyregexpargument order corrected to(pattern, haystack[, max_substrings])matching ClickHouse'ssplitByRegexp. Previously released as(haystack, pattern)in 0.2.0.
📔 Notes
- Run
ALTER EXTENSION re2 UPDATE TO '0.3'to apply the fix on existing databases.
🆚 For more detail compare changes since v0.2.0.