Merge branch 'develop' of github.com:seancorfield/next-jdbc into develop
This commit is contained in:
commit
09cbf11b77
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
||||||
(prepare ^java.sql.PreparedStatement [this sql-params opts]
|
(prepare ^java.sql.PreparedStatement [this sql-params opts]
|
||||||
"Produce a new `java.sql.PreparedStatement` for use with `with-open`."))
|
"Produce a new `java.sql.PreparedStatement` for use with `with-open`."))
|
||||||
|
|
||||||
(defprotocol Transactable
|
(defprotocol Transactable :extend-via-metadata true
|
||||||
"Protocol for running SQL operations in a transaction.
|
"Protocol for running SQL operations in a transaction.
|
||||||
|
|
||||||
Implementations are provided for `Connection`, `DataSource`, and `Object`
|
Implementations are provided for `Connection`, `DataSource`, and `Object`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue