You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2007/04/26 09:10:16 UTC

[jira] Resolved: (HARMONY-3760) [classlib][sql] 12 new methods in RowSetMetaDataImpl

     [ https://issues.apache.org/jira/browse/HARMONY-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulex Yang resolved HARMONY-3760.
----------------------------------

    Resolution: Fixed

Ruth, patch applied at r532633, thanks a lot, please verify.

>  [classlib][sql] 12 new methods in RowSetMetaDataImpl
> -----------------------------------------------------
>
>                 Key: HARMONY-3760
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3760
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Ruth Cao
>         Assigned To: Paulex Yang
>         Attachments: Harmony-3760.zip
>
>
> 12 new methods - setNullable, setColumnDisplaySize, setPrecision, setScale, setTableName, setCatalogName, isNullable, getColumnDisplaySize, getPrecision, getScale, getTableName, getCatalogName are introduced in java 5 but not implemented in Harmony(project sql). 
> Besides, for serialization compatibility with RI, the implementation of internal colInfo array should be modified.
> I'll create a patch fixing the two issues above, thanks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.