Re: [CLSQL-Devel] Placeholders and/or Quoting in CLSQL
Edi Weitz <[email protected]> Thu, 28 Dec 2006 17:08:54 +0100
| Newsgroups | gmane.lisp.clsql.general,gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 28 Dec 2006 08:45:34 -0700, Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> wrote: > That's a reasonable patch for people who want to directly call > SQL-OUTPUT (which has never been me). It was meant as a necessary patch for SQL (not SQL-OUTPUT) which is exported and documented. Without this patch it will break (see original message) if you for example call (CLSQL:SQL "\\") With the patch, it will use the default database. It will still break, if you don't have a connection, but I think it's better than nothing.