Skip to content

Commit

Permalink
#282 abstract method error? really, jTDS?
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield committed Nov 21, 2024
1 parent f52897a commit b2da015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/next/jdbc/transaction.clj
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
(if (.isWrapperFor con Connection)
(.unwrap con Connection)
con)
(catch Exception _
(catch Throwable _ ; to catch AbstractMethodError :(
con)))

(extend-protocol p/Transactable
Expand Down

0 comments on commit b2da015

Please sign in to comment.