X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=04cb77a88a311bdd0a78d1580eed2a7967acf403;hb=150e23be29d88d99e4114a8cff017b3cce005e10;hp=c095a50308ae5829f9f4b2e2c820407058c9d8e0;hpb=3a070c83b207ce10bd426f0bd9c2ff72a41aa8c8;p=clsql.git diff --git a/ChangeLog b/ChangeLog index c095a50..04cb77a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.6.7 + * sql/*.lisp: Remove schema versioning cruft + [Marcus Pearce] + * Makefile: Add classic subdirectory + +12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.6.6 + * 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