X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=2ad0817027e100af5999d0f36b4489af0b46d53c;hb=96952664d524cd0d9891cf5a7a93545a6a7647d3;hp=be86ce13a65a62d924f64df4741022a7933a344f;hpb=645d2ea7396466b8673e3421b55e45cd327f0195;p=clsql.git diff --git a/ChangeLog b/ChangeLog index be86ce1..2ad0817 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +27 May 2004 Kevin Rosenberg + * sql/ooddl.lisp: Commit patch from Edi Weitz fixing return + type (setf slot-value-using-class) + * db-sqlite: Remove clisp support since clisp can not run CLSQL + with its MOP usage + +26 May 2004 Kevin Rosenberg + * sql/oodml.lisp: Commit universal-time typo patch from Edi Weitz + * test/test-init.lisp: Add universal-time slot to person. + * test/test-fddl.lisp: Add tests of universal-time slot + * test/test-ooddl.lisp: Test universal-time slot in an object + * TODO: Remove need for universal-time test + * debian/rules, debian/control: Add cl-sql-oracle binary package + * doc/appendix.xml: Add Oracle backend information + * db-oracle/oracle-objects.lisp: Add database-get-type-specifier for + universal-time. Convert BIGINT CLSQL type to CHAR SQL type + * db-mysql/mysql-sql.lisp: Fix condition name to sql-connection-error + * doc/ref-clsql.xml: Renamed from ref_clsql.xml. Change the documentation + for map-query to reflect changed in arguments to be CommonSQL compatible. + Updated old clsql conditions to new CommonSQL compatible conditions. + 25 May 2004 Kevin Rosenberg * sql/oodml.lisp: (string n) now produces a CHAR field. Add new VARCHAR type. Added *default-varchar-length* rather than previous hard-coded