Remove forgotten debug fn's
This commit is contained in:
parent
a2fc249a62
commit
d17b207064
|
@ -84,13 +84,3 @@
|
|||
(sql-value [value] (to-pg-json value))
|
||||
IPersistentVector
|
||||
(sql-value [value] (to-pg-json value)))
|
||||
|
||||
|
||||
|
||||
(defn jsonb-insert-test [m]
|
||||
(jdbc/with-db-connection [con-db *db*]
|
||||
(jsonb-insert {:data m})))
|
||||
|
||||
(defn jsonb-select-test []
|
||||
(jdbc/with-db-connection [con-db *db*]
|
||||
(jsonb-query)))
|
||||
|
|
Loading…
Reference in New Issue