Merge branch 'develop' of github.com:seancorfield/next-jdbc into develop
This commit is contained in:
commit
3059946a8c
2 changed files with 4 additions and 4 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -15,8 +15,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
- name: Setup Clojure
|
- name: Setup Clojure
|
||||||
uses: DeLaGuardo/setup-clojure@2.0
|
uses: DeLaGuardo/setup-clojure@master
|
||||||
with:
|
with:
|
||||||
tools-deps: '1.10.1.708'
|
tools-deps: '1.10.1.739'
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: clojure -M:test:runner
|
run: clojure -M:test:runner
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
Only accretive/fixative changes will be made from now on.
|
Only accretive/fixative changes will be made from now on.
|
||||||
|
|
||||||
|
## Stable Builds
|
||||||
|
|
||||||
* 1.1.613 -- 2020-11-05
|
* 1.1.613 -- 2020-11-05
|
||||||
* Fix #144 by ensuring `camel-snake-case` is properly required before use in an uberjar context.
|
* Fix #144 by ensuring `camel-snake-case` is properly required before use in an uberjar context.
|
||||||
|
|
||||||
## Stable Builds
|
|
||||||
|
|
||||||
* 1.1.610 -- 2020-10-19
|
* 1.1.610 -- 2020-10-19
|
||||||
* Fix #140 by adding `"duckdb"` to `next.jdbc.connection/dbtypes`.
|
* Fix #140 by adding `"duckdb"` to `next.jdbc.connection/dbtypes`.
|
||||||
* Change `next.jdbc.types/as-*` functions to use a thunk instead of a vector to convey metadata, so that wrapped values do not get unpacked by HoneySQL.
|
* Change `next.jdbc.types/as-*` functions to use a thunk instead of a vector to convey metadata, so that wrapped values do not get unpacked by HoneySQL.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue