Skip to content

Commit

Permalink
Added patch from Chouser
Browse files Browse the repository at this point in the history
  • Loading branch information
Lau B. Jensen committed Dec 23, 2010
1 parent 2bce3f0 commit 4fc8145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clojureql/connectivity.clj
@@ -1,4 +1,4 @@
(ns clojureql.core)
(in-ns 'clojureql.core)

(def global-connections (atom {}))

Expand Down
2 changes: 1 addition & 1 deletion src/clojureql/sql92compiler.clj
@@ -1,4 +1,4 @@
(ns clojureql.core)
(in-ns 'clojureql.core)

(defn- combination-op [combination]
(->> [(:type combination) (:mode combination)]
Expand Down

0 comments on commit 4fc8145

Please sign in to comment.