Details
-
Type:
Enhancement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch:Code
Description
clojure.java.jdbc/connection and find-connection both return a java.sql.Connection but are not type-hinted.
There is a type hint on clojure.java.jdbc.internal/connection*, but it does not carry through to the public Var.
Tagging these functions eliminates 9 reflection warnings in a project I have.