Re: Simple example of using postgresql with contrib.sql...

2009-01-07 Thread Stephen C. Gilardi
On Jan 7, 2009, at 6:20 PM, ssecorp wrote: I tried to use connection in internal to get resultSetMetadata but I never succeeded with it. In the current svn version of clojure.contrib, connection is available without using sql.internal. Also, there's now an example of getting connection me

Re: Simple example of using postgresql with contrib.sql...

2009-01-07 Thread ssecorp
and user.clj function wasn't avilable without importing it when I try to access them if I put a file ina namespace. On Jan 7, 8:27 pm, "Stephen C. Gilardi" wrote: > On Jan 7, 2009, at 12:11 PM, ssecorp wrote: > > > > > This was going to be a question but I solved it before I finished the > > pos

Re: Simple example of using postgresql with contrib.sql...

2009-01-07 Thread ssecorp
I tried to use connection in internal to get resultSetMetadata but I never succeeded with it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.

Re: Simple example of using postgresql with contrib.sql...

2009-01-07 Thread Stephen C. Gilardi
On Jan 7, 2009, at 12:11 PM, ssecorp wrote: This was going to be a question but I solved it before I finished the post :) Figured I might post the solution then, hopefully it will help someone else. Very cool. (ns progs.netflix.db (:require (clojure.contrib [sql :as sql])) (:require