File tree Expand file tree Collapse file tree 3 files changed +14
-15
lines changed
Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 1- {:deps {honeysql {:mvn/version " 0.9.5" :exclusions [org.clojure/clojurescript]}}}
1+ {:deps {honeysql/honeysql {:mvn/version " 0.9.5" :exclusions [org.clojure/clojurescript]}}
2+ :paths [" src" ]
3+ :aliases {:test {:extra-paths [" test" ]}
4+ :runner {:extra-deps {com.cognitect/test-runner
5+ {:git/url " https://github.com/cognitect-labs/test-runner"
6+ :sha " b6b3193fcc42659d7e46ecd1884a228993441182" }}
7+ :main-opts [" -m" " cognitect.test-runner"
8+ " -d" " test" ]}
9+ :cljs-runner {:extra-deps {olical/cljs-test-runner {:mvn/version " 3.8.0" }}
10+ :main-opts [" -m" " cljs-test-runner.main" ]}
11+ :jar {:replace-deps {seancorfield/depstar {:mvn/version " 2.0.165" }}
12+ :exec-fn hf.depstar/jar
13+ :exec-args {}}}}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11(ns honeysql-postgres.helpers
22 (:refer-clojure :exclude [partition-by])
3- (:require [honeysql-postgres.format :refer :all ]
3+ (:require [honeysql-postgres.format]
44 [honeysql.helpers :as sqlh #?(:clj :refer :cljs :refer-macros ) [defhelper ]]))
55
66; ; Extension of the honeysql helper funcitons for postgreSQL
You can’t perform that action at this time.
0 commit comments