Re: [CLSQL-Devel] Placeholders and/or Quoting in CLSQL
Edi Weitz <[email protected]> Thu, 28 Dec 2006 19:13:44 +0100
| Newsgroups | gmane.lisp.clsql.general,gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 28 Dec 2006 11:06:32 -0700, Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> wrote: > I agree and have planned on committing the patch. It would be nice > to also have the concept of a fallback "typical" database where SQL > would output the sql statements that a "typical" database would > require if *default-database* is nil and no explicit database was > passed to SQL. Shouldn't that "typical" database be the SQL standard, SQL-92 or something like that? I'm not an expert in these things but if this standard covers things like escaping of special characters it's probably a good idea.