X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=0762a7ee453e5fd971074ffa70396847fabc516a;hb=86e9b31ba3b0348f2cc5c816e80d9109e555be94;hp=4c857379e067c87e8863c5aaa730fccc8e7ba533;hpb=b145ab23c097e8c624e7bf35da055b6ae0cff21d;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 4c85737..0762a7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +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) + +22 Oct 2007 Kevin Rosenberg + * Version 4.0.2 + * db-postgresql/postgresql-sql.lisp: Patch from Gabriele Favalessa based on + Andrew Golding suggestion for more informative :error-id slot. + 17 Sep 2007 Kevin Rosenberg * Version 4.0.1 * db-mysql/mysql-sql.lisp: Convert query to uffi cstring (thanks to