X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=e95d31a4b8b1acaf3ec315633d7e7302886c64bf;hb=250ceb7959ea948ef7620605478a17b4f109b7af;hp=1d60a9f778641eb1d91971057bcc0a39765e4ea4;hpb=5f77ad867ac063e13531cb2c7c5625f68e770903;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 1d60a9f..e95d31a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +11 Oct 2005 Kevin Rosenberg + * sql/metaclasses.lisp: Commit patch from Will to + properly set db-reader slot in effective-slot-definition + * sql/expressions.lisp: Commit patch from Alan Shields + adding make-load-form for sql-relational-exp + * sql/generic-postgresql.lisp: Commit patch from Aleksandar Bakic + adding support for new NUMBER type + +17 Sep 2005 Kevin Rosenberg + * Version 3.3.0 + * sql/time.lisp: Apply patch from Alan Shields adding DATE type. + * doc/ref-ooddl.xml: Documentation of new type + * notes/add-type-hints.txt: New file from Alan Shields + * sql/fddl.lisp: Add owner keyword to drop-table as suggested + by Francis Leboutte + * db-postgresql-socket/postgresql-socket-sql.lisp: Fix database-probe + as noted by Francis Leboutte. Similar fix applied to db-mysql and + db-postgresql. + * sql/expressions.lisp: Allow string table names for output as + contributed by Francis Leboutte. + * examples/clsql-tutorial.lisp: Support :postgresql-socket as noted + by Francis Leboutte + +08 Sep 2005 Kevin Rosenberg + * Version 3.2.4 + * doc/into.xml: Change download from ftp to http protocol + 08 Sep 2005 Kevin Rosenberg * Version 3.2.3 * db-oracle/oracle-sql.lisp: Correction for v3.2.2 changes by