r9370: * sql/db-interface.lisp: Add new db-type-has-union?
[clsql.git] / ChangeLog
index 35637e538e7f1bd6b7ec242fe5842da3f868ffae..e800941eae87dd8bcbd825b44457c19122bd6cb0 100644 (file)
--- 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.