Not exactly what you ar elooking for, but this might help: http://jan.kneschke.de/projects/mysql/udf It's a mysql plugin that allows you to write udf in Lua for MySQL.
On Wed, Nov 4, 2009 at 3:26 PM, Ubaldo Porcheddu <[email protected]> wrote: > Ciao Marco, > > I would like to add a CONCAT user function to keep mysql compatibility on > sqlite3, something like: > > env:set_function('CONCAT',-1,'ejaSqlConcat') > > which it possible with lua-sqlite3 as I could test. > > Do you think it will be possible in the near future? > >> Hi Ubaldo, >> >> Sorry, there is no way to add user functions in LuaSQL. What your idea >> with >> user functions? To make a call-back ou add some functionality or anything >> else? >> >> []'s. >> Marco >> >> >> 2009/11/4 Ubaldo Porcheddu <[email protected]> >> >>> Buongiorno, >>> >>> is there any way on LuaSQL to add a "user function" like in lua-sqlite3? >>> >>> >>> >>> >>> _______________________________________________ >>> Kepler-Project mailing list >>> [email protected] >>> http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project >>> http://www.keplerproject.org/ >>> >> >> >> >> -- >> Marco Antonio Abreu >> [email protected] >> System Analist/Developer > -- Bertrand Mansion Mamasam _______________________________________________ Kepler-Project mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/
