Re: [PATCH] Connection pool

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Mon, 16 Jan 2006 14:42:42 -0700
Newsgroups gmane.lisp.clsql.devel
Message-ID <[email protected]>
Vladimir Sekissov wrote:
> It is probably a bug that every new connection added to connection
> pool becomes *default-database* also. Here is a patch.

Right, *default-database* should be optionally set in the CONNECT
function. Patch applied and I updated CONNECT to optional set
*default-database*.

Kevin