+1 I notice the project.clj has Clojure and Contrib listed under :dependencies. IMHO listing them in :dev-dependencies may free the user to use any Clojure/contrib version they want.
Regards, Shantanu On Oct 24, 3:13 pm, Saul Hazledine <[email protected]> wrote: > Hello, > clj-sql was written by developers who use clojure.contrib.sql but > needed to add a few features to support their projects. Most of the > functionality and API is inherited from clojure.contrib.sql but the > following additions have been made: > > * Functions to describe tables and schema objects > * Table and field names can include dashes e.g. :customer-invoice. > * Functions to do inserts returning autogenerated ids. > * A function to retrieve query results using a database cursor. > > I'm announcing this on the main Clojure group because there has been > a release containing new useful functionality that has been discussed > here. There is also a new google group for help and support. > > Many thanks to Kyle Burton who kindly provided code for the new > features. > > Github: http://github.com/alienscience/clj-sql > Clojars:http://clojars.org/clj-sql > Group: http://groups.google.com/group/clj-sql > > Feature requests, changes or new code are very welcome. > > Saul -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
