r9185: first effort at support field names in QUERY calls, still needs testing
[clsql.git] / ChangeLog
index a0cd1f292cbb26b2953a55b41fa75642f705f58f..a6d358e4d6fdacdc499e95478e09d1843981b0ba 100644 (file)
--- 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.