X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=f11778aec2e86ed66e0b68dbc50fdc8aadb5e89f;hb=581e3910304b4054f41b0cb41105b03519af63b1;hp=30e440ef02790dc1e66e7162a6faad1b86c33562;hpb=92ab7c8a0b00072f2e1c19e5529a3988974aaaa7;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 30e440e..f11778a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +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)