summaryrefslogtreecommitdiff
path: root/src/clojure_sql/core.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure_sql/core.clj')
-rw-r--r--src/clojure_sql/core.clj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/clojure_sql/core.clj b/src/clojure_sql/core.clj
index 63c7128..4a55c3a 100644
--- a/src/clojure_sql/core.clj
+++ b/src/clojure_sql/core.clj
@@ -55,10 +55,6 @@
(let [compiled (apply c/compile-insert *database-type* query records)]
(*query-executor* :insert compiled)))
-(-> (table :x)
- (project {:id :uid})
- (insert! {:uid 10}))
-
(defn update!
"Update everything which would have been selected by the query,
setting each field in the query to the corresponding column in the