X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fpool.lisp;h=959481d3439f9512f9d375eaaf29266e0e3220b9;hp=f6c6c40a2bf06dac25895552e67bd38ea49d57cf;hb=42d018079e9fd199417068b5bb4e9f232a75c5ec;hpb=c1950032014682ed3b41a3bdf2934bff91c53740 diff --git a/sql/pool.lisp b/sql/pool.lisp index f6c6c40..959481d 100644 --- a/sql/pool.lisp +++ b/sql/pool.lisp @@ -50,8 +50,8 @@ Disconnecting.~%" pconn e) (disconnect :database pconn :error nil) nil) - (:no-error (res) - (declare (ignore res)) + (:no-error (res fields) + (declare (ignore res fields)) pconn))) (t pconn)))))