From: Kevin M. Rosenberg Date: Fri, 1 Apr 2011 18:09:18 +0000 (-0600) Subject: Fix reader conditional X-Git-Tag: v5.3.2^0 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=9eb15c4b2f22f73c9a0692921904bb20b5d60673 Fix reader conditional --- diff --git a/ChangeLog b/ChangeLog index cafdc63..cd5aad7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2011-04-01 Kevin Rosenberg + * Version 5.3.2 * db-mysql/mysql-client-info.lisp: Add recognition of version 6 of MySQL client library. + * sql/metaclass.lisp: Fix the fix in the reader condition 2011-03-30 Kevin Rosenberg * Version 5.3.1 diff --git a/debian/changelog b/debian/changelog index 691d37d..c579adf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (5.3.2-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Fri, 01 Apr 2011 12:08:02 -0600 + cl-sql (5.3.1-1) unstable; urgency=low * New upstream diff --git a/sql/metaclasses.lisp b/sql/metaclasses.lisp index d942c6d..6ee6d4d 100644 --- a/sql/metaclasses.lisp +++ b/sql/metaclasses.lisp @@ -538,7 +538,7 @@ implementations." ;; but it's better than nothing -wcp10/4/10. #+(and sbcl #.(cl:if (cl:and (cl:find-package :sb-pcl) (cl:find-symbol "%TYPE-CHECK-FUNCTION" :sb-pcl)) - '(list 'cl:and) '(list 'cl:or))) + '(cl:and) '(cl:or))) (setf (slot-value esd 'sb-pcl::%type-check-function) nil) )