r9370: * sql/db-interface.lisp: Add new db-type-has-union?
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 16 May 2004 08:12:44 +0000 (08:12 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 16 May 2004 08:12:44 +0000 (08:12 +0000)
commit5398a720dd42b3c2787ff67414e6ce424bc34e1b
treeffb0c817a3c6f2b3170a230b52ceb3d07e468651
parent3f37ed0dd0ce9622d3b8066c847b59e6db211b49
r9370:         * 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.
ChangeLog
db-mysql/mysql-sql.lisp
sql/db-interface.lisp
sql/package.lisp
tests/test-init.lisp