r9555: tests/README: Fix filename [reported by Bill Clementson]
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 4 Jun 2004 23:49:46 +0000 (23:49 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 4 Jun 2004 23:49:46 +0000 (23:49 +0000)
ChangeLog
examples/clsql-tutorial.lisp
tests/README

index 54955e42078708f66523dfdc816462baf987292f..d3d497ec06163515371efa3ed435693a04e62b6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-03 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
+04 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
+       * tests/README: Fix filename [reported by Bill Clementson]
+       
+03 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * Version 2.11.5 released
        * examples/clsql-tutorial.lisp: Remove obsolete :nulls-ok attribute,
        Select connection-spec based on connection type. Bugs reported by
index deb453c1ed5d73cffba4f5872ba2e0a53d361e0a..5d240d58dd645df5d559ee10588d032b5057224d 100644 (file)
 
 (let ((new-lenin (car
                  (clsql:select 'employee
-                             :where [= [slot-value 'employee 'emplid] 1])
-                 :flatp t)))
+                             :where [= [slot-value 'employee 'emplid] 1]
+                             :flatp t))))
   (format t "His new email is ~A"
          (employee-email new-lenin)))
 
index aa5bae145db2ba96efe86a819912a3e5fbd0bbec..8dad5150f4fc85320e7e76864eda0e0369590046 100644 (file)
@@ -15,7 +15,7 @@ and call:
 (asdf:oos 'asdf:test-op 'clsql)
 
 The test suite will then automatically run on all of the backends that
-you have defined in .clsql-tests.config
+you have defined in .clsql-test.config
 
 * REGRESSION TEST SUITE GOALS