X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=ce68a033b0429e159f66984d8f56eee15e190245;hb=a96cc60ff60edef6b2373a73ed23c263e7c12ac8;hp=54c668c17ef90197d857d314c95153b5583797d7;hpb=45a14426276623daeaa595294bcc343595cdc15d;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 54c668c..ce68a03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2010-01-29 Nathan Bird + * tests/*.lisp: A lot more tests and test setup tweaks. + * sql/expressions.lisp: output-sql on sql-relational-exp does + better arity checking now. (apply #'sql-and some-list) gives + better results. + +29 Jan 2009 Kevin Rosenberg + * sql/oodml.lisp: Fix for UPDATE-RECORD-FROM-SLOTS for normalized + view classes + +28 Jan 2009 Kevin Rosenberg + * Version 4.3.2 + * Change "normalise" from British spelling for consistency with + other American spellings in CLSQL. + +28 Jan 2009 Kevin Rosenberg + * db-mysql/Makefile: Add directory for Fedora 11/12 on 64-bit + platform (Thanks to Michael Pheasant) and remove a 32-bit directory + +28 Jan 2009 Kevin Rosenberg + * Version 4.3.1 + * sql/utils.lisp: Ensure Lispworks 6 lock is created in sharing mode + 20 Jan 2009 Nathan Bird * Version 4.3.0 * Rewrite tests to use datasets