CLSQL-SYS::QUALIFIER
Patrick May <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
I'm running into what is probably a really simple problem. After enabling the SQL reader with:
(clsql:locally-enable-sql-reader-syntax)
when I evaluate this form:
(clsql:select 'user
:order-by '(([id] :desc))
:limit 1
:flatp t)
I get the exception:
[ID] has no slot named CLSQL-SYS::QUALIFIER.
[Condition of type SIMPLE-ERROR]
When I remove the order-by clause, the form evaluates fine.
Thanks,
Patrick
_______________________________________________
CLSQL mailing list
[email protected]
http://lists.b9.com/cgi-bin/mailman/listinfo/clsql
smime.p7s
(application/pkcs7-signature, 2.4 KB) - not displayed