Stephen, thanks for pointing out the namespace problem. That fixed the
exception mentioned above, which was stupidity on my part.
With that I'm able to run (again) the
scrapbook=> (db-read)
in the second example, i.e. the one without the reference to second
table in columns, I get list of maps containing column-names and
values back (as expected):
{:id 1, :name Test}
...
But when the I run the one with the reference to second table in
columns, I get
java.lang.RuntimeException: java.lang.IllegalArgumentException: Too
many arguments to struct constructor (NO_SOURCE_FILE:0)
-ck
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---