r8873: better generic function
[clsql.git] / ChangeLog
index 080c257dff12918fdcbe7000bdb881ae75f283d6..a4b5bb764504a8b4ce5c1720b2c47ab7774e1158 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
+06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+        * db-*/*-sql.lisp: Ensure that expr in
+       database-query-result-set is a string
+       
 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
        * With for Marcus Pearce's excellent work, I've merged
-       his clsql-usql port into the code base. Added the USQL
-       documentation to the XML documentation.
-       * The CLSQL and CLSQL-USQL high-level interfaces can now
-       both be loaded and imported into the same package.
+       his clsql-usql port into clsql. The original clsql
+       interface is available in the clsql-classic package.
 
 02 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
        * Integrate patch from Marcus Pearce <ek735@soi.city.ac.uk>