You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dag H. Wanvik (JIRA)" <ji...@apache.org> on 2013/02/26 03:34:12 UTC

[jira] [Commented] (DERBY-6089) CallableStatement#registerOutParameter on client lacks check of legal types.

    [ https://issues.apache.org/jira/browse/DERBY-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13586645#comment-13586645 ] 

Dag H. Wanvik commented on DERBY-6089:
--------------------------------------

Thanks, Rick, looks good. I see TINYINT is (only) commented out in the test; intentional or carry-over from my repros?

                
> CallableStatement#registerOutParameter on client lacks check of legal types.
> ----------------------------------------------------------------------------
>
>                 Key: DERBY-6089
>                 URL: https://issues.apache.org/jira/browse/DERBY-6089
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 10.10.0.0
>            Reporter: Dag H. Wanvik
>         Attachments: 6089-repro.diff, 6089-repro-old-overloads.diff, derby-6089-01-aa-addCheckToClient.diff
>
>
> Cf the attached negative test in a patch to PreparedStatement42.
> In JDBC 4.2, the Javadoc for registerOutParameter(int parameterIndex,
> int sqlType, String typeName) reads:
> :
> @exception SQLFeatureNotSupportedException if sqlType is a ARRAY,
>  BLOB, CLOB, DATALINK, JAVA_OBJECT, NCHAR, NCLOB, NVARCHAR,
>  LONGNVARCHAR, REF, ROWID, SQLXML or STRUCT data type and the JDBC
>  driver does not support this data type
> :
> For the new overloads, for embedded this is checked inside Util42#getTypeAsInt. The similar
> client method, Utils42#getTypeAsInt does not do this checking.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira