r8963: pre 2.6.4
[clsql.git] / ChangeLog
index e4f82906656334a223537c82d6773a58fd4f672a..0ef29d1ea432c0611806790d1521dd054cf79427 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 2.6.4
+       * test/test-init.lisp: Properly handle object
+       creation. Close database after use.
+       * 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
+       
+10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 2.6.3
+       * test/test-init.lisp: Signal correctly
+       if any errors occurred in any test suite
+       * base/loop-extensions.lisp: Fix error
+       introduced for Lispworks
+       * base/pool.lisp: Fix locking for CMUCL
+       * base/objects.lisp: Remove schema-version cruft
+       
+10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 2.6.2: New CLSQL API functions:
+       DESCRIBE-TABLE AND TRUNCATE-DATABASE
+       Currently, this are only supported on :postgresql
+       and :postgresql-socket
+       * base/database.lisp: automatically load ASDF system
+       in CONNECT if not already loaded
+       * base/tests.lisp: disconnect database after testing 
+       * base/*.lisp: Remove CLOSED-DATABASE type in favor
+       of storing open/closed status in slot of database
+       * base/pool.lisp: Support locks for CMUCL, OpenMCL, SBCL
+       * db-postgresql/postgresql-sql.lisp: add DATABASE-RECONNECT,
+       DATABASE-DESCRIBE-TABLE
+       * db-sqlite/sqlite-sql.lisp: Add missing slots in database
+       * base/conditions: Remove duplicate condition
+       * db-*/*-sql.lisp: Fill new database slot DATABASE-TYPE
+       * base/recording.lisp: Add new :QUERY type for recording
+       
+10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 2.6.1: documentation fixes, merged
+       classic-tests into tests
+
 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
         * Version 2.6.0 released: New API functions
        CREATE-DATABASE, DESTORY-DATABASE, PROBE-DATABASE
@@ -6,8 +46,9 @@
        * base/conditions.lisp: Added CLSQL-ACCESS-ERROR
        * base/utils.lisp: Fix use of position-char.
        Add COMMAND-OUTPUT used by backends for running
-       shell commands.
-       * base/loop-extension.lisp: Rework packages
+       external programs. Fix parsing of SQL*NET-compatible
+       connection-specs.
+       * base/loop-extension.lisp: Simplify package use
        for Lispworks and Allegro
        * db-*/*-sql.lisp: Added DATABASE-CREATE,
        DATABASE-DESTORY, PROBE-DATABASE methods
        testing with empty database
        * tests/test-connection.lisp: Add tests for
        parsing of string connection-specs
+       * examples/run-tests.sh: New file for running
+       test suite on all installed CL implementations
+       * examples/clsql-tutorial.lisp: moved from
+       doc directory
+       * examples/dot.clsql-tests.config: New file
+       giving an example test configuration
+       * test/README: Add notes about rtest/ptester
+       downloads and link to sample test configuration file.
        
 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
        * Version 2.5.1 released: