On Dec 11, 2009, at 6:42 PM, Paul Bohme wrote: > This at least makes LuaSQL useful in environments (like the one I find myself > in) where code that uses string concatenation for queries is strictly > forbidden as a matter of policy.
Hmmm... this border on the ridiculous, no? :) As far as bind variables go, perhaps LuaDBI would be more to your liking: "LuaDBI is a database interface library for Lua. It is designed to provide a RDBMS agnostic API for handling database operations. LuaDBI also provides support for prepared statement handles, placeholders and bind parameters for all database operations." http://code.google.com/p/luadbi/ _______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/