Newbie troubles with the tutorial

Michael Zuhause <[email protected]> Thu, 02 Aug 2012 21:14:39 +0200
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
Hello,

I ran the tutorial coming with clsql and a mysql database.

The database is updated nicely and the company table has one line and 
the employees are Lenin and Stalin as expected.

However, when I try to read the data,I don't get the it as expected:

(clsql:select 'employee)
=> ((#<EMPLOYEE {24CB47F1}>) (#<EMPLOYEE {24CB4A29}>))
*
*(clsql:select 'company)
=> ((#<COMPANY {24442F39}>))

I am fairly new to CL as well, so how can I get the actual data from the 
query?

Michael

_______________________________________________
CLSQL mailing list
[email protected]
http://lists.b9.com/cgi-bin/mailman/listinfo/clsql