From: Kevin M. Rosenberg Date: Thu, 25 Jan 2007 08:52:23 +0000 (+0000) Subject: r11510: disconnect pooled session already removed from stack with X-Git-Tag: v3.8.6~20 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=9ba5ee2647740aca7777ac12a21db32837f3f2b6 r11510: disconnect pooled session already removed from stack with database-disconnect rather than the higher level disconnect fn --- diff --git a/sql/pool.lisp b/sql/pool.lisp index 959481d..1ac0a37 100644 --- a/sql/pool.lisp +++ b/sql/pool.lisp @@ -48,7 +48,7 @@ ~S Disconnecting.~%" pconn e) - (disconnect :database pconn :error nil) + (ignore-errors (database-disconnect :database pconn)) nil) (:no-error (res fields) (declare (ignore res fields))