asg017 / sqlite-regex

A fast regular expression SQLite extension, written in Rust
Apache License 2.0
166 stars 7 forks source link

Ignore invalid #19

Open Sytten opened 6 months ago

Sytten commented 6 months ago

Hi! I added a feature in my fork to support invalid regex by ignoring them: https://github.com/caido/dependency-sqlite-regex/commit/1a06dd56ea37f85587b7db23478517333eb9b6a2 This is a bit niche, but when supporting user provided regexes we wanted to ignore invalid ones instead of returning an error (they will never match on anything). If you want me to upstream it, let me know!