bring change log up to date
This commit is contained in:
parent
dd5a381d0b
commit
f322593731
2 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ jobs:
|
|||
build:
|
||||
working_directory: ~/next-jdbc
|
||||
docker:
|
||||
- image: circleci/clojure:openjdk-11-tools-deps-1.10.3.855
|
||||
- image: circleci/clojure:openjdk-11-tools-deps-1.10.3.933
|
||||
# environment:
|
||||
# JVM_OPTS: -Xmx3200m
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,11 @@ Only accretive/fixative changes will be made from now on.
|
|||
|
||||
* 1.2.next in progress
|
||||
* Address #173 by extending `DatafiableRow` to `ResultSet` so there's a public method to call on (rows of) a JDBC result set directly.
|
||||
* Address #171 by clarifying that you cannot use `clojure.java.jdbc` functions inside `next.jdbc/with-transaction` and discuss how to migrate transaction-based code in the **Migration** guide.
|
||||
* Address #169 by expanding the description of `with-transaction` in **Getting Started**.
|
||||
* Cross-link to HoneySQL documentation for JSON/JSONB manipulation.
|
||||
* Remove superfluous prev/next links in docs (cljdoc does this automatically now).
|
||||
* Update `depstar`, `test-runner`, and CI versions.
|
||||
|
||||
* 1.2.674 -- 2021-06-16
|
||||
* Fix #167 by adding `:property-separator` to `next.jdbc.connection/dbtypes` and using it in `jdbc-url`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue