X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=1850cc4ebe8a2ef4d9956fdc577c5c3a5dc62603;hb=3770e7b13ca9fe756505f9cd90636ea18a5b5d63;hp=119049aec003a76cff87a48954a3698e7f92736e;hpb=a9f4dd155f9802d1444ab03339879232c6337f57;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 119049a..1850cc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ 27 May 2004 Kevin Rosenberg + * Version 2.11.3 * sql/ooddl.lisp: Commit patch from Edi Weitz fixing return type (setf slot-value-using-class) + * TODO: add not that need a test case for the above fix + * db-sqlite: Remove clisp support since clisp can not run CLSQL + with its MOP usage + * db-oracle/oracle-sql.lisp: By default, use OCIEnvCreate as + introduced in Oracle8. Leave older code selectable by a reader macro + for Oracle7 and prior. Avoid use of OCIServerAttach since CLSQL + uses OCILogon and does not the more complex session management. 26 May 2004 Kevin Rosenberg * sql/oodml.lisp: Commit universal-time typo patch from Edi Weitz