Re: SQL addition: connection input

2009-12-23 Thread Richard Newman
> Already ticketed and patched. Not sure what the release schedule is, > though. > > http://www.assembla.com/spaces/clojure-contrib/tickets/50 Awesome, thanks Graham! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Re: SQL addition: connection input

2009-12-23 Thread Graham Fawcett
Hi Richard, On Wed, Dec 23, 2009 at 5:31 PM, Richard Newman wrote: > I just started using Proxool, and c.c.sql doesn't offer a way to > either pass in a connection object, or to construct a JDBC URI that > starts with anything but 'jdbc:'. > > Here's a patch that allows {:connection } as a valid

SQL addition: connection input

2009-12-23 Thread Richard Newman
I just started using Proxool, and c.c.sql doesn't offer a way to either pass in a connection object, or to construct a JDBC URI that starts with anything but 'jdbc:'. Here's a patch that allows {:connection } as a valid DB spec. I've tested it out and it seems to work fine. Should I create