On 8/22/16, Clemens Ladisch <clem...@ladisch.de> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to