X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=2cd38be2b778726331436d06b794fdd5a1588919;hb=89b40554349ff77e986d1c6f584b9c9a28cf36af;hp=3518c6ec6bc47a4f84261f19a17177701b9d4e38;hpb=fc58e4fb7d908985389c86adf57ddee6c1dde5d2;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 3518c6e..2cd38be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +26 Oct 2005 Kevin Rosenberg + * Version 3.3.2 + * sql/expressions.lisp: Avoid parenthesis on multiple group-by fields + as noted by Harald Hanche-Olsen. + * tests/test-syntax.lisp: Add test for multiple field group-by + +25 Oct 2005 Kevin Rosenberg + * Version 3.3.1 + * sql/time.lisp: Commit patch from Alan Shields to + display escape string on wall-time display only when *print-escape* + is true. + +11 Oct 2005 Kevin Rosenberg + * sql/metaclasses.lisp: Commit patch from Will to + properly set db-reader slot in effective-slot-definition + * sql/expressions.lisp: Commit patch from Alan Shields + adding make-load-form for sql-relational-exp + * sql/generic-postgresql.lisp: Commit patch from Aleksandar Bakic + adding support for new NUMBER type + 17 Sep 2005 Kevin Rosenberg * Version 3.3.0 * sql/time.lisp: Apply patch from Alan Shields adding DATE type.