On 8/22/16, Clemens Ladisch <[email protected]> wrote: > > But it should be mentioned that SQLite is an _embedded_ database, i.e., it > is meant to be part of a program written in a 'real' programming language, > so with sqlite3_create_function(), there is no use case for the feature
I was about to type the same. SQLite has sqlite3_create_function() which is more powerful than CREATE FUNCTION and which is a better fit for the embedded database model. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

