0
comment
comment
on 6/25/2012 7:57 PM
Another minor update, addressing JDBC-34 by adding a new :connection-uri option so you can specify a raw JDBC URL which is passed directly to the DriverManager class, and fixing a quoting bug when converting Clojure keywords to SQL entities (for example :a.b became [a.b] instead of [a].[b]).