Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
actual 3.x implementation of CallableStatement.getParameterMetaData() will execute a command in order to retrieve stored procedure parameter at each calls, this is a regression compared to 2.7.x version
There is no need to reexecute that command each time getParameterMetaData() is called.