Re: CLSQL-SYS::QUALIFIER
Nathan Bird <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
On 3/29/2010 10:58 AM, Patrick May wrote: > (clsql:locally-enable-sql-reader-syntax) I recommend http://clsql.b9.com/manual/file-enable-sql-reader-syntax.html which is a new(ish) feature in clsql that does the reader syntax in a more repeatable state. The other enable reader syntax macros have a weird case where if you enable them in a file, and then don't disable them before finishing processing the file it gets into a weird state. FILE-ENABLE-SQL-READER-SYNTAX is an easy to use macro that just enables it, unconditionally, for the duration of the file. Once enabled this way there is no way to disable it later in the same file.