Re: Error in find-database
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
MichaelL-mTnyLpuDpHxWk0Htik3J/[email protected] wrote: > The problem is that the first thing 'disconnect' does is to call > 'find-database', passing it (in effect) *default-database*. > 'find-database' passes that value into an etypecase, not expecting a nil > value--which, of course, *default-database* might be. Okay, I added a more specific error message. Kevin