Closed paddor closed 10 months ago
Extralite does not and will not support a #create_function
functionality for creating functions in Ruby (see also #57).
A solution would be to reimplement #complex_expression_sql_append
to use the regexp extension instead. Please feel free to submit another PR for this.
This PR is not ready yet.
Extralite::Database#create_function
needs to be added first.