r9371: minor formatting change
[clsql.git] / ChangeLog
index c824fd625e19030edb2645f6ac441ae780a42332..e800941eae87dd8bcbd825b44457c19122bd6cb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
        * tests/test-oodml.lisp: Add tests for deferred retrieval,