r8928: add probe-database,create-database,destroy-database
[clsql.git] / ChangeLog
index e7b049f51da8744c0a7f91d2e68945e9ee0adb58..e4f82906656334a223537c82d6773a58fd4f672a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+        * Version 2.6.0 released: New API functions
+       CREATE-DATABASE, DESTORY-DATABASE, PROBE-DATABASE
+       * doc/ref_clsql.xml: Document new functions
+       * base/database.lisp: New API functions
+       * 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
+       for Lispworks and Allegro
+       * db-*/*-sql.lisp: Added DATABASE-CREATE,
+       DATABASE-DESTORY, PROBE-DATABASE methods
+       * tests/test-init.lisp, clasic-tests/tests.lisp:
+       Use destroy-database and create-database to ensure 
+       testing with empty database
+       * tests/test-connection.lisp: Add tests for
+       parsing of string connection-specs
+       
+10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 2.5.1 released:
+       * tests/*.lisp: Rework so tests are run
+       on multiple backends automatically based
+       on the contents of ~/.clsql-tests.config.
+       Reuse helper functions from classic-tests.
+       * base/database.lisp: Support connection-spec
+       as string for CONNECT
+       * classic-tests/tests.lisp: Automatically
+       load database backends as needed. 
+       
+09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+        * Version 2.5.0 released:
+       All tests for CLSQL and CLSQL-CLASSIC pass
+       on all platforms.
+       * base/loop-extension.lisp: Add Lispworks
+       loop-extension. Improve type specifying on
+       other platforms.
+       
 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
        * Version 2.4.2 released:
        loop extension now supported on Allegro, all