X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=a6d358e4d6fdacdc499e95478e09d1843981b0ba;hb=8b5250e14e3280bdc4641c3b35a8dc68ca4dbde7;hp=a0cd1f292cbb26b2953a55b41fa75642f705f58f;hpb=9898f50385419417475b1c07874a16902695cb8b;p=clsql.git diff --git a/ChangeLog b/ChangeLog index a0cd1f2..a6d358e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.9.7-pre1 + * base/basic-sql.lisp, db-*/*-sql.lisp: More CommonSQL conformance. + Return field names as second value for QUERY. This can be overridden + for efficiency sake with the new keyword :FIELD-NAMES set to NIL + in the QUERY invocation. + * sql/metaclass.lisp: Remove old Lispworks cruft + and replace it with invocation of new code in kmr-mop.lisp + which actually works with Lispworks 4.2 + 30 Apr 2004 Marcus Pearce (m.t.pearce@city.ac.uk) * Version 2.9.6 * sql/objects.lisp: remove create/drop-sequence-from-class.