Merge branch 'develop' of github.com:seancorfield/next-jdbc into develop

This commit is contained in:
Sean Corfield 2022-07-31 18:58:50 -07:00
commit 09cbf11b77

View file

@ -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`