X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-oodml.lisp;h=7cac6feae92ebfcf34d62ca10246ee518e68c271;hb=1dda729b250779079efbdc1d3f6bbb3ae4a20ba4;hp=6ea820a615a97e3f92678cf5831955717ac37679;hpb=1751e5245c270bd1ee854a98dfe6caa665abe34e;p=clsql.git diff --git a/tests/test-oodml.lisp b/tests/test-oodml.lisp index 6ea820a..7cac6fe 100644 --- a/tests/test-oodml.lisp +++ b/tests/test-oodml.lisp @@ -54,11 +54,18 @@ :order-by [last-name])) ("Vladamir Lenin" "Vladamir Putin")) -;; sqlite fails this because it is typeless (deftest :oodml/select/5 (length (clsql:select 'employee :where [married] :flatp t)) 3) +(deftest :oodml/select/6 + (slot-value (caar (clsql:select 'employee :where [= 1 [emplid]])) 'married) + t) + +(deftest :oodml/select/7 + (slot-value (caar (clsql:select 'employee :where [= 4 [emplid]])) 'married) + nil) + ;; tests update-records-from-instance (deftest :oodml/update-records/1 (values