Hi,

Am 26.07.2011 um 19:48 schrieb mmwaikar:

>             RT.load("lobos/core", true);
>             RT.load("lobos/schema", true);

You should go through require.invoke(). Not RT.load().

> and called wrapper.createTable() then I get - (#<core$create_STAR_ 
> lobos.core$create_STAR_@49431028> (quote {:classname "org.postgresql.Driver", 
> :subprotocol "postgresql", :user "postgres", :password "lindb2011", :subname 
> "//localhost:5432/flyway"}))
> 
> I really don't understand the output, but it is definitely not what I am 
> expecting.

create is obviously also a macro. You'll have to use create*.

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to