r9622: * sql/conditions.lisp: Fix printing of closed-database error
[clsql.git] / ChangeLog
index 0dc2e4b570729c12dbb28ef401e2d0d033599e63..5c72d7678c4871c07021135ef059f93c40329381 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
+       * sql/oodml.lisp: Add new serialization functions:
+       WRITE-INSTANCE-TO-STREAM and READ-INSTANCE-FROM-STREAM
+       * sql/expressions.lisp: Avoid duplicate FROM names when selecting
+       from a table that has more than one primary index.
+       * sql/conditions.lisp: Fix printing of closed-database error
+       
 13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * Version 2.11.9
        * sql/conditions.lisp: Set initial slot value for message in SQL-WARNING