X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=e4f82906656334a223537c82d6773a58fd4f672a;hb=e5744a78271044484b3399d4fc1d55b3e8808784;hp=aad7993a92a207c4da54e47a0ec6b17c989baec2;hpb=67e6b9eaab9c9bcf8b57cbd476581437e4876b26;p=clsql.git diff --git a/ChangeLog b/ChangeLog index aad7993..e4f8290 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +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