lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


	Hi Michael

> My original library was actually a layer of Lua sitting on top of 
> LuaSQL. However, I did have to patch LuaSQL to make it support sending 
> query parameters separately from the query string.
	But why you need to use query parameters?  Don't you solve that
in Lua with `string.format' or something like that?

	Regards,
		Tomás