added reset-command-object to allow using the same command against multiple connections
[clsql.git] / clsql-odbc.asd
index ca2ec199cccf1ed6359c27e74e1dc778f96d6be5..d556d15c781417f967229ba123b87059b51e1c3e 100644 (file)
@@ -19,7 +19,6 @@
 (defpackage #:clsql-odbc-system (:use #:asdf #:cl))
 (in-package #:clsql-odbc-system)
 
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)
 (defsystem clsql-odbc
   :name "clsql-odbc"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
@@ -28,7 +27,7 @@
   :description "Common Lisp SQL ODBC Driver"
   :long-description "cl-sql-odbc package provides a database driver to the ODBC database system."
 
-  :depends-on (uffi clsql clsql-uffi)
+  :depends-on (cffi-uffi-compat clsql clsql-uffi)
   :components
   ((:module :db-odbc
            :components