You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sqlite3 REGEXP operator relies on a user-defined regexp function which is not defined by default, so regex support requires specifying a function. Does/will this library have an API to connect Crystal's stdlib regex functionality to it?
The text was updated successfully, but these errors were encountered:
Sounds reasonable to be added. PR are welcome. I think the regex functionality can be added by default, no need for configuration options since the language/std-lib also support regex.
The sqlite3 REGEXP operator relies on a user-defined
regexp
function which is not defined by default, so regex support requires specifying a function. Does/will this library have an API to connect Crystal's stdlib regex functionality to it?The text was updated successfully, but these errors were encountered: