Re: default value for set in :db-info?
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Cyrus Harmon wrote: > It looks to me like the default value for :set is nil. The docs say > it's T. Is this a documentation error, should the default really be T, > or am I just mistaken about the whole thing? If you're ever wondering about what CLSQL should do, look at the documentation for CommonSQL. http://www.lispworks.com/documentation/lw44/LWRM/html/lwref-441.htm#pgfId-888283 shows the default value of :set is t. The page also shows that if :retrieval is :immediate, then set will be nil. I've updated the code in CLSQL to be comply with this and have released version 3.1.5 with this fix. Thanks, Kevin -- Kevin Rosenberg kevin-HJRc7zDS/[email protected]