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/06/20 04:09:26 UTC

[jira] Closed: (HARMONY-4225) [classlib][sql][java6] a new constructor in java.sql.DataTruncation and 4 new constructors in java.sql.SQLWarning

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

Ruth Cao closed HARMONY-4225.
-----------------------------


Thanks, Tony. The fix looks fine.

> [classlib][sql][java6] a new constructor in java.sql.DataTruncation and 4 new constructors in java.sql.SQLWarning
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4225
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4225
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP / Linux
>            Reporter: Ruth Cao
>            Assignee: Tony Wu
>         Attachments: Harmony-4225.diff
>
>
> DataTruncation(int index, boolean parameter, boolean read, int dataSize, int transferSize, Throwable cause),  SQLWarning(java.lang.String, java.lang.String, int, java.lang.Throwable), SQLWarning(java.lang.String, java.lang.String, java.lang.Throwable), SQLWarning(java.lang.String, java.lang.Throwable) and SQLWarning(java.lang.Throwable) are introduced in java 6 spec but are not implemented in Harmony (sql module).
> Besides, in java 6 spec, the SQLstate values for a DataTruncation during reading and writing are different. However, they are the same in java 5. 
> 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.