Just two changes in this release: * as-str now treats a.b as two identifiers separated by . so quoting produces [a].[b] instead of [a.b]
This was a bug that I'm kind of surprised no one had tripped over yet. I fell over it as soon as I tried to build a DSL on top of the library. * Add :connection-uri option [JDBC-34](http://dev.clojure.org/jira/browse/JDBC-34) This was added in response to an observation by Chas Emerick about the lack of any way to create a connection directly from a raw connection URL and the DriverManager. The next "big" release will add a new, more functional API (query, execute!, insert!, update!, delete! etc). The jury is still out on a simple DSL for common SQL operations. You can see a hint of where I'm going in this repo: https://github.com/seancorfield/jsql Clarification (based on some off-list comments I've received): I have no intention of trying to shoehorn something like Korma or ClojureQL into java.jdbc. Any DSL that gets added will be simple and only intended to deal with common cases - and with an easy way to drop down to SQL itself. The main thrust is to get an API i place that doesn't rely on dynamic variables. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- http://worldsingles.com/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- 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