update build-clj
This commit is contained in:
parent
8c65558f4f
commit
24bf1dbaa4
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ Only accretive/fixative changes will be made from now on.
|
||||||
* Address #193 by expanding the argument specs for `get-datasource` and `get-connection`.
|
* Address #193 by expanding the argument specs for `get-datasource` and `get-connection`.
|
||||||
* Streamline `execute-batch!` for `with-options` and `with-logging` (and this should generalize to any wrapper that satisfies `Connectable` and stores the actual `Connection` under the `:connectable` key).
|
* Streamline `execute-batch!` for `with-options` and `with-logging` (and this should generalize to any wrapper that satisfies `Connectable` and stores the actual `Connection` under the `:connectable` key).
|
||||||
* Update log4j2 test dependency.
|
* Update log4j2 test dependency.
|
||||||
* Update `build-clj` to v0.6.5.
|
* Update `build-clj` to v0.6.6.
|
||||||
|
|
||||||
* 1.2.761 -- 2021-12-15
|
* 1.2.761 -- 2021-12-15
|
||||||
* Fix #194 by throwing an exception if a table or column name used with the friendly SQL functions (or the SQL builder functions behind them) contains a "suspicious" character (currently, that's just `;`).
|
* Fix #194 by throwing an exception if a table or column name used with the friendly SQL functions (or the SQL builder functions behind them) contains a "suspicious" character (currently, that's just `;`).
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -7,7 +7,7 @@
|
||||||
:aliases
|
:aliases
|
||||||
{;; for help: clojure -A:deps -T:build help/doc
|
{;; for help: clojure -A:deps -T:build help/doc
|
||||||
:build {:deps {io.github.seancorfield/build-clj
|
:build {:deps {io.github.seancorfield/build-clj
|
||||||
{:git/tag "v0.6.5" :git/sha "972031a"}}
|
{:git/tag "v0.6.6" :git/sha "171d5f1"}}
|
||||||
:ns-default build}
|
:ns-default build}
|
||||||
|
|
||||||
;; versions to test against:
|
;; versions to test against:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue