Add array handling tip to changelog
This commit is contained in:
parent
3c4dd68803
commit
ec97d0affb
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ The following changes have been made on **master** since the 1.0.424 release:
|
|||
|
||||
* Support for Stuart Sierra's Component library, via `next.jdbc.connection/component`. See updated **Getting Started** guide for usage.
|
||||
* Add MySQL-specific result set streaming tip.
|
||||
* Add array handling example to PostgreSQL **Tips & Tricks**. PR #108 from @maxp.
|
||||
* Investigate possible solutions for #106 (mutable transaction thread safety) -- experimental `locking` on `Connection` object.
|
||||
|
||||
## Stable Builds
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
(ns next.jdbc.sql.builder-test
|
||||
"Tests for the SQL string building functions in next.jdbc.sql.builder."
|
||||
(:require [clojure.test :refer [deftest is testing use-fixtures]]
|
||||
(:require [clojure.test :refer [deftest is testing]]
|
||||
[next.jdbc.quoted :refer [mysql sql-server]]
|
||||
[next.jdbc.sql.builder :as builder]))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue