r10077: * multiple: Apply patch from Joerg Hoehle with multiple
[clsql.git] / tests / utils.lisp
index 8e274d9e40686c6be6289d4685a76115ae503a14..eb10ec33fe989ae5cd7751f0bd4a48af1ea63972 100644 (file)
@@ -24,9 +24,8 @@
                 :type "config"))
 
 (defvar +all-db-types+
                 :type "config"))
 
 (defvar +all-db-types+
-    #-clisp '(:postgresql :postgresql-socket :mysql :sqlite :odbc :oracle
-             #+allegro :aodbc)
-    #+clisp '(:sqlite))
+  '(:postgresql :postgresql-socket :mysql :sqlite :odbc :oracle
+    #+allegro :aodbc))
 
 (defclass conn-specs ()
   ((aodbc :accessor aodbc-spec :initform nil)
 
 (defclass conn-specs ()
   ((aodbc :accessor aodbc-spec :initform nil)