File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66 :scm {:name " git"
77 :url " http://github.com/alaisi/postgres.async.git" }
88 :dependencies [[org.clojure/clojure " 1.6.0" ]
9- [org.clojure/core.async " 0.1.346.0-17112a-alpha " ]
10- [com.github.alaisi.pgasync/postgres-async-driver " 0.7-SNAPSHOT " ]
9+ [org.clojure/core.async " 0.2.374 " ]
10+ [com.github.alaisi.pgasync/postgres-async-driver " 0.7" ]
1111 [cheshire " 5.5.0" :scope " provided" ]]
1212 :lein-release {:deploy-via :clojars }
1313 :global-vars {*warn-on-reflection* true }
Original file line number Diff line number Diff line change 3333 (.ssl (boolean ssl))
3434 (.pipeline (boolean pipeline))
3535 (.poolSize (or pool-size 25 ))
36- (.validationQuery validation-query)
36+ (.validationQuery ( or validation-query " " ) )
3737 (.dataConverter (create-converter ))
3838 (.build )))
3939
Original file line number Diff line number Diff line change 2525 :database (env " PG_DB" " postgres" )
2626 :username (env " PG_USER" " postgres" )
2727 :password (env " PG_PASSWORD" " postgres" )
28+ :validation-query " select 1"
2829 :pipeline true
2930 :pool-size 1 })]
3031 (try
You can’t perform that action at this time.
0 commit comments