Re: An irritating behavior in clsql when used with websites
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
On Feb 7, 2009, at 3:51 PM, Mackram Raydan wrote: > Just thought I should bring the following to the attention of the > group. I have been trying to get clsql to work in my lisp content > management system (work in progress) and I kept having issues with > the headers being sent. Finally I realized that the code > specifically in the files database.lisp and initialization called > the function asdf:operate without passing the optional variable > verbose which meant that dumps from the function were always being > sent by the server. I am not sure why there isn't an optional > variable to handle this, but if it is simply something that slipped > I guess adding it is easy (I have done it in the version running on > my host). I've changed the invocation of asdf:operate to use :verbose nil which seems like an overall better choice. The change will appear in the next release of CLSQL. Kevin