Skip to content

Commit

Permalink
Forgot to add import clause for DatabaseMetaData in latest commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
budu committed Jan 8, 2011
1 parent c930be5 commit 07f2319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lobos/metadata.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
(ns lobos.metadata
"Helpers to query the database's meta-data."
(:require (lobos [connectivity :as conn]))
(:use (clojure.contrib [def :only [defvar-]])))
(:use (clojure.contrib [def :only [defvar-]]))
(:import (java.sql DatabaseMetaData)))

;;;; Database metadata

Expand Down

0 comments on commit 07f2319

Please sign in to comment.