X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fclsql-tutorial.lisp;h=deb453c1ed5d73cffba4f5872ba2e0a53d361e0a;hb=d24b286628287f7a421384e0f475f167a8f0ab3a;hp=0971d7201a89d0f310d244f23ee0b792caf014a7;hpb=e12e49ba39110f4a34def97d27bc8432f6de8665;p=clsql.git diff --git a/examples/clsql-tutorial.lisp b/examples/clsql-tutorial.lisp index 0971d72..deb453c 100644 --- a/examples/clsql-tutorial.lisp +++ b/examples/clsql-tutorial.lisp @@ -156,7 +156,8 @@ (let ((new-lenin (car (clsql:select 'employee - :where [= [slot-value 'employee 'emplid] 1])))) + :where [= [slot-value 'employee 'emplid] 1]) + :flatp t))) (format t "His new email is ~A" (employee-email new-lenin)))