I have created a custom function (aux), I'm able to load it via
load_extension() on shell.
Now I'm trying to overload a function for a Virtual Table (fts3 or fts5)

These what I know:
need to hit sqlite3_overload_function
which uses the xFindFunction()
that goes back to `fts3FindFunctionMethod`

I am not sure how I can hit that method to overload with my custom function
already loaded
There's exact SQL queries to accomplish that or I need to code some more C?

Thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to