Re: [Kepler-Project] LuaSQL user function

2009-11-04 Thread Bertrand Mansion
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 wrote: > Ciao Marco, > > I would like to add a CONCAT user function to keep mysq

Re: [Kepler-Project] LuaSQL user function

2009-11-04 Thread Ubaldo Porcheddu
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

Re: [Kepler-Project] LuaSQL user function

2009-11-04 Thread Marco Antonio Abreu
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 > Buongiorno, > > is there any way on LuaSQL to add a "user function" like in lua-sqlit

[Kepler-Project] LuaSQL user function

2009-11-04 Thread Ubaldo Porcheddu
Buongiorno, is there any way on LuaSQL to add a "user function" like in lua-sqlite3? ___ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/