Re: Re: database-output-sql(-as-type)
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Matthew Danish wrote: > In addition, why isn't read-sql-value used by the functional interface? > (do-query in particular) Because the Lisp type of the attribute is not known by CLSQL whereas the object interface uses the lisp type in the slot definition for read-sql-value. -- Kevin Rosenberg kevin-HJRc7zDS/[email protected]