r11509: fix number of arguments to handler-case :no-error form
[clsql.git] / ChangeLog
index c43f423e8d8a25d5171707d1fef6853e0a23f31d..516540a6b344335e2c767d0b286192359f1bc98f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+25 Jan 2007  Kevin Rosenberg <kevin@rosenberg.net>
+       * sql/pool.lisp: Test pooled connection when popped from
+       the pool to ensure the connection still works. Currently, implemented
+       only for MySQL.
+
+17 Jan 2007  Kevin Rosenberg <kevin@rosenberg.net>
+       * db-mysql/Makefile: Add potential mysql directories
+
 31 Dec 2006  Kevin Rosenberg <kevin@rosenberg.net>
        * sql/metaclasses.lisp: Remove usused saved-initargs
+       * clsql.asd: Also check ~/.clsql-init.lisp at load-time (usually used to
+       push search libraries)
        
 30 Dec 2006  Kevin Rosenberg <kevin@rosenberg.net>
        * Version 3.8.0: BACKWARD INCOMPATABLE CHANGE!