X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.asd;h=5deee87c06399ce565824b0205e96bd2ac43b16f;hb=7b89378f8c7b8437bef05f9b50f3613099ea41c0;hp=3f57f24f6b3d00216394eb1e3f59015fbd038ede;hpb=d2d49ab13c98bc7a1819a0fd3968268a5567bdc3;p=clsql.git diff --git a/clsql.asd b/clsql.asd index 3f57f24..5deee87 100644 --- a/clsql.asd +++ b/clsql.asd @@ -38,6 +38,7 @@ the Xanalys CommonSQL interface for Lispworks. It provides low-level database interfaces as well as a functional and an object oriented interface." + :version "6.2" :components ((:module sql :components @@ -87,7 +88,8 @@ oriented interface." :pathname "" :components ((:file "generic-postgresql") (:file "generic-odbc") - (:file "sequences")) + (:file "sequences") + (:file "command-object")) :depends-on (functional))))))