LauJensen / clojureql

ClojureQL is superior SQL integration for Clojure
https://clojureql.sabrecms.com
Eclipse Public License 1.0
285 stars 39 forks source link

Clojure 1.3.0-beta1 compatibility #97

Closed paraseba closed 12 years ago

paraseba commented 12 years ago

clojure-contrib is deprecated in favor of individual libraries. c.c.sql is no longer maintained and has some serious bugs that are being addressed in the new org.clojure/java.jdbc (see for instance http://dev.clojure.org/jira/browse/JDBC-11) clojure 1.3.0 requires the addition of :dynamic metadata. All these issues are taken care in the commit. All tests are passing, regular and integration, using both clojure 1.2.0 and 1.3.0-beta1. Using clojure 1.3.0 there is a little issue with the mocking library used for a couple of tests.

The downside is that projects using clojureql and c.c.sql will need to change namespaces to the new clojure.java.jdbc.

Detail:

paraseba commented 12 years ago

I'm closing this request to create a new one which depends on the latest version of c.j.jdbc