Re: possible bug in fdml.lisp v4.0.3 - database not bound in do-query?
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
On Feb 5, 2009, at 5:06 PM, JTK wrote: > I notice that in DO-QUERY in fdml.lisp (line 220 or so), > the database passed to DO-QUERY is not used by QUERY > the first of the two typecases. I don't recall why I structured do-query as I did. But, your idea seems reasonable so I refactored the let clause and query call to use a supplied database. The change will appear in the next release of CLSQL. Kevin