X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=e800941eae87dd8bcbd825b44457c19122bd6cb0;hp=35637e538e7f1bd6b7ec242fe5842da3f868ffae;hb=5398a720dd42b3c2787ff67414e6ce424bc34e1b;hpb=3f37ed0dd0ce9622d3b8066c847b59e6db211b49 diff --git a/ChangeLog b/ChangeLog index 35637e5..e800941 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 15 May 2004 Kevin Rosenberg (kevin@rosenberg.net) * Version 2.10.18 + * sql/db-interface.lisp: Add new db-type-has-union? + since Mysql 3.23 does not support unions. + * sql/test-init.lisp: Don't try union tests on database + backends which do not support it. * db-oracle/*.lisp: initial port to UFFI * sql/objects.lisp: implement UPDATE-OBJECT-JOINS, implement REFRESH for SELECT.