Re: string dollar literals (for luamacro or tokenf)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: string dollar literals (for luamacro or tokenf)
- From: Tomas Guisasola Gorham <tomas@...>
- Date: 2012年1月25日 14:22:12 -0200 (BRST)
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