Quoting from the sqlite doc:
http://www.sqlite.org/lang_expr.html#regexp > The REGEXP operator is a special syntax for the regexp() user function. No > regexp() user function is defined by default and so >use of the REGEXP > operator will normally result in an error message. If a application-defined > SQL function named "regexp" is >added at run-time, that function will be > called in order to implement the REGEXP operator. > How to add this custom function in node-sqlite3<https://github.com/developmentseed/node-sqlite3>module to support REGEXP operator in sql queries? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
