Daniel John Debrunner wrote:
Jeremy Boynes (JIRA) wrote:

Patch that supports Java signature in the external name provided they

Jeremy, any idea what happens with your patch if the incorrect type is specified for a parameter, e.g. java.lang.String for a SQL INTEGER? Assuming there is such a method.


If the value passed to CallableStatement.setString() can be converted to a numeric value then it is passed through; if it is not then you get:


ERROR 22018: Invalid character string format for type INTEGER.

This appears consistent with trying to insert a string value into an integer column.
--
Jeremy

Reply via email to