Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REGEXP support #61

Closed
ghost opened this issue Oct 16, 2020 · 1 comment
Closed

REGEXP support #61

ghost opened this issue Oct 16, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 16, 2020

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?

@bcardiff
Copy link
Member

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.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant