r9615: * sql/expressions.lisp: Avoid duplicate FROM names when selecting
[clsql.git] / ChangeLog
index 0dc2e4b570729c12dbb28ef401e2d0d033599e63..9066b78f6978843425745b04c0e5d790b793f0ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+       
 13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * Version 2.11.9
        * sql/conditions.lisp: Set initial slot value for message in SQL-WARNING