-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add REGEXP support #55
Comments
Can you give an example of how it should be used / defined in the library? |
It's necessary to define a function called |
If I'm not mistaken, this issue references this in the original mapbox implementation: storesafe/cordova-sqlite-storage#741 To tl;dr, user defined functions are allowed in the SQLite specifications, but they are not implemented in the original node.js implementation. I don't think the pull request to add the functionality has been approved on the master branch, which is found here: TryGhost/node-sqlite3#448 |
This is a non-native extension and wouldn't be supported out the box, but the v4 beta has the |
Is there usage for loadExtension() please? |
Hello, is it possible to add the regexp() support out of the box?
Or if there is a way to add it from other source please provide some info.
SQLITE_ERROR: no such function: regexp
Thanks
The text was updated successfully, but these errors were encountered: