diff --git a/src/next/jdbc/protocols.clj b/src/next/jdbc/protocols.clj index 22aa209..cc4e71f 100644 --- a/src/next/jdbc/protocols.clj +++ b/src/next/jdbc/protocols.clj @@ -54,7 +54,7 @@ (prepare ^java.sql.PreparedStatement [this sql-params opts] "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. Implementations are provided for `Connection`, `DataSource`, and `Object`