Re: [patch] Quoting of string literals
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Kim Minh Kaplan wrote:
> It looks like CLSQL quotes the quote (') character using a backslash.
> I think (I never actually saw the standard) that it should double the
> quote instead. This is an issue for the sqlite backend.
double single quotes seems to be the most common way to escape a
single quote. I haven't found an actual definitive statement on the
subject, though. Your patch looks good and I'll go ahead and apply it.
Kevin