X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=ce425a366ba19d3744fc91f0a3c59d6eef9d255a;hp=54c668c17ef90197d857d314c95153b5583797d7;hb=19b10fa06be27b615b658c67fccb1b35e1879e9e;hpb=45a14426276623daeaa595294bcc343595cdc15d diff --git a/ChangeLog b/ChangeLog index 54c668c..ce425a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2010-01-29 Kevin Rosenberg + * 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