X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Futils.lisp;fp=tests%2Futils.lisp;h=948d75a53b034d517a6ed28b0ba734360bbb775e;hp=eb10ec33fe989ae5cd7751f0bd4a48af1ea63972;hb=f7ffd9617ac7b70d330add3ad409128a9dec266f;hpb=7a857ddf473a4c8f20f93061766b9f34a5f5179c diff --git a/tests/utils.lisp b/tests/utils.lisp index eb10ec3..948d75a 100644 --- a/tests/utils.lisp +++ b/tests/utils.lisp @@ -24,7 +24,7 @@ :type "config")) (defvar +all-db-types+ - '(:postgresql :postgresql-socket :mysql :sqlite :odbc :oracle + '(:postgresql :postgresql-socket :mysql :sqlite :sqlite3 :odbc :oracle #+allegro :aodbc)) (defclass conn-specs () @@ -33,6 +33,7 @@ (postgresql :accessor postgresql-spec :initform nil) (postgresql-socket :accessor postgresql-socket-spec :initform nil) (sqlite :accessor sqlite-spec :initform nil) + (sqlite3 :accessor sqlite3-spec :initform nil) (odbc :accessor odbc-spec :initform nil) (oracle :accessor oracle-spec :initform nil)) (:documentation "Connection specs for CLSQL testing"))