X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=22528ccd2e81953232a365d502cdbf541464542e;hp=9935200ec3a5acf56e20449f44a70b9dd180d74f;hb=f3c9127216b9fbea4f49ec6f9316929da64bf177;hpb=8ae94251193108515c09979a4c425493f6f47bb1 diff --git a/ChangeLog b/ChangeLog index 9935200..22528cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +02 Sep 2004 Kevin Rosenberg + * Version 3.0.2 Release + * TODO: Add note about ODBC on Windows + * db-odbc/odbc-loader.lisp: Add /winnt/system32/ to + search directories + * db-odbc/odbc-ff-interface.lisp: Change the return type + of SQLSetEnvAttr to :short + +02 Sep 2004 Marcus Pearce + * examples/clsql-tutorial.lisp: added missing initarg for the COMPANYID + slot of the employee View Class definition [reported by Franz Deuzer]. + +01 Sep 2004 Kevin Rosenberg + * Version 3.0.1 Release + * tests/test-init.lisp: Add second join class to employee-address + to test a class with two join slots. + * sql/oodml.lisp: Fix find-all function for a class with multiple + join slots + * TODO: Remove need to test/fix multiple join classes + 27 Aug 2004 Kevin Rosenberg * db-mysql/Makefile, db-mysql/mysql-loader.lisp: accept patch from Jon Buffington for file locations on Darwin.