File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6
6
:dependencies [[org.clojure/clojure " 1.6.0" ]
7
7
[org.clojure/core.async " 0.1.346.0-17112a-alpha" ]
8
8
[com.github.alaisi.pgasync/postgres-async-driver " 0.2" ]]
9
+ :global-vars {*warn-on-reflection* true }
9
10
:target-path " target/%s" )
Original file line number Diff line number Diff line change 4
4
QueryExecutor TransactionExecutor Transaction]
5
5
[com.github.pgasync.impl.conversion DataConverter]))
6
6
7
- (set! *warn-on-reflection* true )
8
-
9
7
(defmulti from-pg-value (fn [oid value] oid))
10
8
(defprotocol IPgParameter
11
9
(to-pg-value [value]))
Original file line number Diff line number Diff line change 5
5
[com.github.pgasync ResultSet]
6
6
[com.github.pgasync.impl PgRow]))
7
7
8
- (set! *warn-on-reflection* true )
9
-
10
8
(defmacro defasync [name args]
11
9
`(defn ~name [~@args]
12
10
(let [c# (chan 1 )]
You can’t perform that action at this time.
0 commit comments