Clojure warning: “resultset-seq already exists in clojure.core”
问题 I'm new to Clojure and building a web app using the Noir framework (very similar to Compojure, in fact I think it's Compojure with a different request handler layer). I'm getting a warning when I import the JDBC library: WARNING: resultset-seq already refers to: #'clojure.core/resultset-seq in namespace: webapp.models.database, being replaced by: #'clojure.java.jdbc/resultset-seq Do I have to live with this warning or is there a way around it? I'm importing the JDBC library using: (use