X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=5c72d7678c4871c07021135ef059f93c40329381;hp=be6f2995759d74b465e7ab37d3200a1d3e1d3507;hb=749215ad8b022f7e2d533f5f82097d2d131eefd6;hpb=aee3ea30595ebee301ccb1532062053c3c580e19 diff --git a/ChangeLog b/ChangeLog index be6f299..5c72d76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +13 Jun 2004 Kevin Rosenberg + * 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 + * 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 * sql/package.lisp: export DATABASE-TYPE from CLSQL and subclasses of SQL-EXPRESSION from CLSQL-SYS.