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/27 08:51:15 UTC

[jira] Created: (HARMONY-3781) [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl

[classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl
----------------------------------------------------------------------

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


8 new methods - writeBoolean, writeByte, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShort are introduced in java 5 but not implemented in Harmony(project sql). 

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


[jira] Closed: (HARMONY-3781) [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl

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

Ruth Cao closed HARMONY-3781.
-----------------------------


Thanks, Paulex. The fix looks fine.

> [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3781
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3781
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Ruth Cao
>         Assigned To: Paulex Yang
>         Attachments: Harmony-3781-2.diff, Harmony-3781.diff
>
>
> 8 new methods - writeBoolean, writeByte, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShort are introduced in java 5 but not implemented in Harmony(project sql). 

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


[jira] Updated: (HARMONY-3781) [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl

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

Ruth Cao updated HARMONY-3781:
------------------------------

    Attachment: Harmony-3781.diff

May somebody pls try this patch? Thanks.

> [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3781
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3781
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Ruth Cao
>         Attachments: Harmony-3781.diff
>
>
> 8 new methods - writeBoolean, writeByte, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShort are introduced in java 5 but not implemented in Harmony(project sql). 

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


[jira] Assigned: (HARMONY-3781) [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl

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

Paulex Yang reassigned HARMONY-3781:
------------------------------------

    Assignee: Paulex Yang

> [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3781
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3781
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Ruth Cao
>         Assigned To: Paulex Yang
>         Attachments: Harmony-3781.diff
>
>
> 8 new methods - writeBoolean, writeByte, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShort are introduced in java 5 but not implemented in Harmony(project sql). 

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


[jira] Updated: (HARMONY-3781) [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl

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

Ruth Cao updated HARMONY-3781:
------------------------------

    Attachment: Harmony-3781-2.diff

Paulex, the original patch seems to be out-of-date. Would you pls try the new one (Harmony-3781-2.diff)? Thanks

> [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3781
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3781
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Ruth Cao
>         Assigned To: Paulex Yang
>         Attachments: Harmony-3781-2.diff, Harmony-3781.diff
>
>
> 8 new methods - writeBoolean, writeByte, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShort are introduced in java 5 but not implemented in Harmony(project sql). 

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


[jira] Resolved: (HARMONY-3781) [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl

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

Paulex Yang resolved HARMONY-3781.
----------------------------------

    Resolution: Fixed

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

> [classlib][sql] 8 new methods in javax.sql.rowset.serial.SQLOutputImpl
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3781
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3781
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Ruth Cao
>         Assigned To: Paulex Yang
>         Attachments: Harmony-3781-2.diff, Harmony-3781.diff
>
>
> 8 new methods - writeBoolean, writeByte, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShort are introduced in java 5 but not implemented in Harmony(project sql). 

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