X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=ac3e51724b8173773a24a1bfcc2c7845b2119a61;hb=79dacf4fb7e6707e815c3e8072e5c809acaa9386;hp=0ef29d1ea432c0611806790d1521dd054cf79427;hpb=6c70be35cc348b559d8aa869ecd0e14e27d5edbc;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 0ef29d1..ac3e517 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.6.5 + * sql/sql.lisp: Fix TRUNCATE command, bug reported + by Marcus Pearce + * sql/sql.lisp: Remove EXPLAIN function. Postgresql/Oracle + specific and easy for an application to directly support. + Idea from Marcus Pearce. + * base/basic-sql.lisp: Remove DESCRIBE-TABLE top-level + API as duplicates LIST-ATTRIBUTE-TYPES [Marcus Pearce]. + Keep low-level interface for future optimization + supporting LIST-ATTRIBUTE-TYPES command. + * Makefile: Add to db-sqlite and test directories. + Include them in top-level Makefile + +12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.6.5 + * sql/relations.lisp: Add missing file + * utils/time.lisp: Fixes/extensions [Marcus Pearce] + * test/test-time.lips: New file [Marcus Pearce] + 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) * Version 2.6.4 * test/test-init.lisp: Properly handle object @@ -5,7 +25,7 @@ * sql/sql.lisp: Make DESCRIBE-TABLE a generic function so can have methods specialized on table being a string or an sql-table object. - * base/pool.lisp: Really CMUCL locking + * base/pool.lisp: Really fix CMUCL locking 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) * Version 2.6.3