r9231: add tests for fdml query, fix loop for single-variable, result-type :auto...
[clsql.git] / tests / test-oodml.lisp
index a3396e5ef3c95bcefdfd824dce8babfa7794c868..e30e396a130d38435195d1bf0806197cb21fc18e 100644 (file)
                                            "Lenin"]])
  (("Lenin" "Widgets Inc.")))
 
-;(deftest :oodml/iteration/3
-;    (loop for (e) being the tuples in 
-;          [select 'employee :where [married] :order-by [emplid]]
-;          collect (slot-value e 'last-name))
-;  ("Lenin" "Stalin" "Trotsky"))
+#||
+(deftest :oodml/iteration/3
+    (loop for (e) being the tuples in 
+          [select 'employee :where [married] :order-by [emplid]]
+          collect (slot-value e 'last-name))
+  ("Lenin" "Stalin" "Trotsky"))
+||#
 
 ))