Merge pull request #209 from reducecombine/Transactable-meta
Make Transactable extensible via metadata
This commit is contained in:
commit
6f178bc5c1
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