From 3112dad72d8b485c7c3fd0ae03edda23fecefed2 Mon Sep 17 00:00:00 2001 From: Marcus Pearce Date: Wed, 14 Jul 2004 13:36:40 +0000 Subject: [PATCH] r9771: Minor updates to READMEs. --- ChangeLog | 4 ++++ INSTALL | 4 ++-- README | 19 +++++++++++++------ tests/README | 9 ++------- 4 files changed, 21 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67be2c4..87de931 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +14 Jul 2004 Marcus Pearce + * README, INSTALL: update URLs. Minor updates to descriptions. + * tests/README: remove stuff about editing contexts. + 12 Jul 2004 Kevin Rosenberg * db-oracle/oracle-objects.lisp: Change *default-varchar-length* to *default-string-length* diff --git a/INSTALL b/INSTALL index 4c32e51..bd96022 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ Refer to the main documentation file for installation instructions. -Documentation is availabe as a PDF file in doc/clsql.pdf and -as HTML files in doc/html/. +Documentation is availabe as a PDF file in doc/clsql.pdf and as HTML +files in doc/html.tar.gz. diff --git a/README b/README index 1e0895d..a112f9d 100644 --- a/README +++ b/README @@ -1,11 +1,18 @@ CLSQL is a Common Lisp to SQL engine interface written by Kevin M. -Rosenberg. It is based Pierre R. Mai's excellent MaiSQL package. It -uses the UFFI (http://uffi.med-info.com) library for compatibility -with Allegro CL, Lispworks, and CMUCL. +Rosenberg. It includes both functional and object oriented subsystems +for data definition and manipulation as well as an integrated symbolic +SQL syntax. -CLSQL's home is http://clsql.med-info.com. +CLSQL supports a number of RDBMS and uses the UFFI (http://uffi.b9.com) +library for compatibility with Allegro CL, Lispworks, CMUCL, SBCL and +OpenMCL. -Documentation is availabe as a PDF file in doc/clsql.pdf and -as HTML files in doc/html/. +CLSQL is based on Pierre R. Mai's excellent MaiSQL package and +UncommonSQL developed at onShore Development Inc. + +CLSQL's home is http://clsql.b9.com. + +Documentation is availabe as a PDF file in doc/clsql.pdf and as HTML +files in doc/html.tar.gz. diff --git a/tests/README b/tests/README index d5d78ef..b3f6efe 100644 --- a/tests/README +++ b/tests/README @@ -99,9 +99,9 @@ will be run. *** Error if existing DB ** Data Definition - *** Create Tables/Sequences/Indexes -- Should cover creation of + *** Create Tables/Views/Sequences/Indexes -- Should cover creation of tables with all supported types of fields. - *** Delete Tables/Sequences/Indexes + *** Delete Tables/Views/Sequences/Indexes *** Inspection of Tables and attributes, including types ** Data Manipulation @@ -122,8 +122,3 @@ will be run. *** Object creation/manipulation/deletion *** Inter-object Relations -** Editing Contexts - *** Object Create/Modification/Deletion in a context -- partly covered already - *** Interaction of multiple contexts - *** Schema manipulation within a context - *** Rollback and error handling within a context -- 2.34.1