|
Hi
Excuse my fascinated ignorance here, but surely the problem here comes from not using %q ?Not %q, but rather LuaSQL's connection.escape().
The problem with connection.escape() is that it isn't implemented in all drivers: present in firebird, mysql, postgres, sqlite and sqlite3; absent in odbc and oci8. Regards, Tomás