-
-
Notifications
You must be signed in to change notification settings - Fork 820
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
How to use REGEXP operator? #93
Comments
Looks like this could be added by node-sqlite3, e.g. using v8's RegExp or boost regular expressions. I'd be happy to accept a pull request that adds this to node-sqlite3. |
Adding custom function with Problem is node-sqlite3 doesn't expose this API, and I haven't hacked into native node modules so far. Where should I start? |
Closing in favor of #140. |
+1 Would it be possible to add a regexp function in the default node package? |
See #140 (comment) |
Quoting from the sqlite doc:
http://www.sqlite.org/lang_expr.html#regexp
Is it possible to add this custom function in node-sqlite3 to support REGEXP operator in sql queries?
The text was updated successfully, but these errors were encountered: