X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-oodml.lisp;h=7e875b26d8f182adcee256ca699364e15b79aa48;hp=e30e396a130d38435195d1bf0806197cb21fc18e;hb=550cc94ed84c6cfc61830c25fac2b39e92393b06;hpb=49db0a8a6a6cde1581d5de0dd3c6822fd505472b diff --git a/tests/test-oodml.lisp b/tests/test-oodml.lisp index e30e396..7e875b2 100644 --- a/tests/test-oodml.lisp +++ b/tests/test-oodml.lisp @@ -287,13 +287,11 @@ "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)) + (loop for (e) being the records in + (select 'employee :where [married] :order-by [emplid]) + collect (slot-value e 'last-name)) ("Lenin" "Stalin" "Trotsky")) -||# ))