r9622: * sql/conditions.lisp: Fix printing of closed-database error
[clsql.git] / ChangeLog
index be6f2995759d74b465e7ab37d3200a1d3e1d3507..5c72d7678c4871c07021135ef059f93c40329381 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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
+       * sql/transactions.lisp: Correctly set slots of SQL-WARNING
+
 12 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk>
        * sql/package.lisp: export DATABASE-TYPE from CLSQL and subclasses 
        of SQL-EXPRESSION from CLSQL-SYS.