X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=3e6051dd96c19feb073861f5a5875eef54ea0683;hb=refs%2Ftags%2Fdebian-4.0.6-1;hp=30e440ef02790dc1e66e7162a6faad1b86c33562;hpb=92ab7c8a0b00072f2e1c19e5529a3988974aaaa7;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 30e440e..3e6051d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +31 Aug 2009 Kevin Rosenberg + * Version 4.0.6 + * sql/database.lisp: Fix syntax on process-lock (thanks to + Stian Sletner) + * db-mysql/mysql-sql.lisp: Allow use of database parameter + in database-list function (thanks to Michael Pheasant) + * sql/oodml.lisp: Allow NULL values for floating-point fields + (thanks to Jan Rychter) + +02 Jun 2009 Kevin Rosenberg + * Version 4.0.5 + * sql/database.lisp: Add process-lock for deleting database from + a pool (thanks to Ralf Mattes). + +25 Feb 2008 Kevin Rosenberg + * Version 4.0.4 + * sql/expressions.lisp: Remove stray form (thanks to Samuel Ward) + +12 Dec 2007 Kevin Rosenberg + * sql/expressions.lisp: Bind *in-subselect* when outputting + selections (patch from unknown source). + +11 Dec 2007 Kevin Rosenberg + * Version 4.0.3 + * sql/metaclasses.lisp: Unify base-table processing by extracting + the correct code from initialize-instance :around into the helper + function set-view-table-slot. Call that function also in + reinitialize-instance :around replacing erroneous code discovered + by Josh Feinstein. + 17 Nov 2007 Kevin Rosenberg * BUGS: Add note about benefit of using configure file to create Makefiles (suggestion from Joe Corneli)