CLSQL and Slime
Patrick May <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
When I evaluate this form: (select 'customer :where [= [id] id] :flatp t) in Slime, after (locally-enable-sql-reader-syntax), I get the following error: Unbound variable: [= [Condition of type UNBOUND-VARIABLE] The same code works from the REPL. Is it not possible to use Slime with CLSQL? Thanks, Patrick