You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ruth Cao (JIRA)" <ji...@apache.org> on 2007/04/24 11:00:21 UTC

[jira] Created: (HARMONY-3740) [classlib][sql] 11 new methods in RowSetMetaDataImpl

[classlib][sql] 11 new methods in RowSetMetaDataImpl
----------------------------------------------------

                 Key: HARMONY-3740
                 URL: https://issues.apache.org/jira/browse/HARMONY-3740
             Project: Harmony
          Issue Type: New Feature
          Components: Classlib
            Reporter: Ruth Cao


11 new methods setSearchable, setCurrency, setSigned, setColumnLabel, isSearchable, isCurrency, isSigned, getColumnLabel, isReadOnly, isWritable, isDefinitelyWritable are introduced in java 5 but not implemented in Harmony(project sql). 

I'll create a patch for this soon, thanks.

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


[jira] Closed: (HARMONY-3740) [classlib][sql] 11 new methods in RowSetMetaDataImpl

Posted by "Ruth Cao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruth Cao closed HARMONY-3740.
-----------------------------


Thanks, Tim. The fix looks fine.

> [classlib][sql] 11 new methods in RowSetMetaDataImpl
> ----------------------------------------------------
>
>                 Key: HARMONY-3740
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3740
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Ruth Cao
>         Assigned To: Tim Ellison
>         Attachments: Harmony-3740.diff
>
>
> 11 new methods setSearchable, setCurrency, setSigned, setColumnLabel, isSearchable, isCurrency, isSigned, getColumnLabel, isReadOnly, isWritable, isDefinitelyWritable are introduced in java 5 but not implemented in Harmony(project sql). 
> I'll create a patch for this soon, thanks.

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


[jira] Updated: (HARMONY-3740) [classlib][sql] 11 new methods in RowSetMetaDataImpl

Posted by "Ruth Cao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruth Cao updated HARMONY-3740:
------------------------------

    Attachment: Harmony-3740.diff

May somebody pls try this?

I also add some tests in RowSetMetaDataImpl.setColumnCount(int, boolean)

> [classlib][sql] 11 new methods in RowSetMetaDataImpl
> ----------------------------------------------------
>
>                 Key: HARMONY-3740
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3740
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Ruth Cao
>         Attachments: Harmony-3740.diff
>
>
> 11 new methods setSearchable, setCurrency, setSigned, setColumnLabel, isSearchable, isCurrency, isSigned, getColumnLabel, isReadOnly, isWritable, isDefinitelyWritable are introduced in java 5 but not implemented in Harmony(project sql). 
> I'll create a patch for this soon, thanks.

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


[jira] Assigned: (HARMONY-3740) [classlib][sql] 11 new methods in RowSetMetaDataImpl

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-3740:
------------------------------------

    Assignee: Tim Ellison

> [classlib][sql] 11 new methods in RowSetMetaDataImpl
> ----------------------------------------------------
>
>                 Key: HARMONY-3740
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3740
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Ruth Cao
>         Assigned To: Tim Ellison
>         Attachments: Harmony-3740.diff
>
>
> 11 new methods setSearchable, setCurrency, setSigned, setColumnLabel, isSearchable, isCurrency, isSigned, getColumnLabel, isReadOnly, isWritable, isDefinitelyWritable are introduced in java 5 but not implemented in Harmony(project sql). 
> I'll create a patch for this soon, thanks.

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


[jira] Resolved: (HARMONY-3740) [classlib][sql] 11 new methods in RowSetMetaDataImpl

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-3740.
----------------------------------

    Resolution: Fixed

Thanks Ruth.

Patch applied to SQL module at repo revision r531879.

Please check that it was applied as you expected.


> [classlib][sql] 11 new methods in RowSetMetaDataImpl
> ----------------------------------------------------
>
>                 Key: HARMONY-3740
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3740
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Ruth Cao
>         Assigned To: Tim Ellison
>         Attachments: Harmony-3740.diff
>
>
> 11 new methods setSearchable, setCurrency, setSigned, setColumnLabel, isSearchable, isCurrency, isSigned, getColumnLabel, isReadOnly, isWritable, isDefinitelyWritable are introduced in java 5 but not implemented in Harmony(project sql). 
> I'll create a patch for this soon, thanks.

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