Re: sql utilities

2010-10-18 Thread Emeka
Beautiful . Emeka On Fri, Oct 15, 2010 at 1:08 AM, Stuart Campbell wrote: > Thanks Kyle. Looks useful! > > > On 15 October 2010 09:25, Saul Hazledine wrote: > >> On Oct 14, 9:16 pm, "Kyle R. Burton" wrote: >> > I've written some sql helper functions that will do things like list >> > the obje

Re: sql utilities

2010-10-14 Thread Stuart Campbell
Thanks Kyle. Looks useful! On 15 October 2010 09:25, Saul Hazledine wrote: > On Oct 14, 9:16 pm, "Kyle R. Burton" wrote: > > I've written some sql helper functions that will do things like list > > the objects in the database and describe a table. I've found these > > handy when doing interact

Re: sql utilities

2010-10-14 Thread Saul Hazledine
On Oct 14, 9:16 pm, "Kyle R. Burton" wrote: > I've written some sql helper functions that will do things like list > the objects in the database and describe a table.  I've found these > handy when doing interactive development as I don't have to jump over > to another app to see what the make up

Re: sql utilities

2010-10-14 Thread Kyle R. Burton
> This is fantastic! Does it work reliably for most JDBC drivers? Some > drivers may not implement meta data API very well, and some drivers > may have their own idiosyncrasies. You can perhaps setup a GitHub > project and push to Clojars if this doesn't get into contrib any time > soon. I have ma

Re: sql utilities

2010-10-14 Thread Shantanu Kumar
This is fantastic! Does it work reliably for most JDBC drivers? Some drivers may not implement meta data API very well, and some drivers may have their own idiosyncrasies. You can perhaps setup a GitHub project and push to Clojars if this doesn't get into contrib any time soon. Regards, Shantanu