Re: collect-table-refs issue in sql/expressions.lisp
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Daniel Lowe wrote: > The sql-function-exp method collect-table-refs refers to the components slot, > but no such slot exists - the correct slot is args. Fix below: Thank you for the fix. I've committed it to CLSQL. Kevin