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 "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2009/12/08 16:24:18 UTC

[jira] Created: (DERBY-4465) Typo in error message from SQLChar

Typo in error message from SQLChar
----------------------------------

                 Key: DERBY-4465
                 URL: https://issues.apache.org/jira/browse/DERBY-4465
             Project: Derby
          Issue Type: Bug
          Components: SQL
    Affects Versions: 10.5.3.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen
            Priority: Trivial


An error message raised by SQLChar says java.sql.String instead of java.lang.String. See for instance the message text for one of the nested exceptions in DERBY-4455:

java.sql.SQLException: An IOException was thrown when reading a 'java.sql.String' from an InputStream.

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


[jira] Commented: (DERBY-4465) Typo in error message from SQLChar

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787996#action_12787996 ] 

Kristian Waagan commented on DERBY-4465:
----------------------------------------

+1 to commit.

> Typo in error message from SQLChar
> ----------------------------------
>
>                 Key: DERBY-4465
>                 URL: https://issues.apache.org/jira/browse/DERBY-4465
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.5.3.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Trivial
>         Attachments: typo.diff
>
>
> An error message raised by SQLChar says java.sql.String instead of java.lang.String. See for instance the message text for one of the nested exceptions in DERBY-4455:
> java.sql.SQLException: An IOException was thrown when reading a 'java.sql.String' from an InputStream.

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


[jira] Updated: (DERBY-4465) Typo in error message from SQLChar

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen updated DERBY-4465:
--------------------------------------

    Attachment: typo.diff

The attached patch calls String.class.getName() instead of hard-coding the class name. No test is added, since this error is only raised if there's a bug in Derby, if I understand it correctly. All the regression tests ran cleanly.

> Typo in error message from SQLChar
> ----------------------------------
>
>                 Key: DERBY-4465
>                 URL: https://issues.apache.org/jira/browse/DERBY-4465
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.5.3.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Trivial
>         Attachments: typo.diff
>
>
> An error message raised by SQLChar says java.sql.String instead of java.lang.String. See for instance the message text for one of the nested exceptions in DERBY-4455:
> java.sql.SQLException: An IOException was thrown when reading a 'java.sql.String' from an InputStream.

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


[jira] Closed: (DERBY-4465) Typo in error message from SQLChar

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen closed DERBY-4465.
-------------------------------------

          Resolution: Fixed
       Fix Version/s: 10.6.0.0
    Issue & fix info:   (was: [Patch Available])

Thanks, Kristian. Committed revision 888754.

> Typo in error message from SQLChar
> ----------------------------------
>
>                 Key: DERBY-4465
>                 URL: https://issues.apache.org/jira/browse/DERBY-4465
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.5.3.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Trivial
>             Fix For: 10.6.0.0
>
>         Attachments: typo.diff
>
>
> An error message raised by SQLChar says java.sql.String instead of java.lang.String. See for instance the message text for one of the nested exceptions in DERBY-4455:
> java.sql.SQLException: An IOException was thrown when reading a 'java.sql.String' from an InputStream.

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


[jira] Updated: (DERBY-4465) Typo in error message from SQLChar

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen updated DERBY-4465:
--------------------------------------

    Issue & fix info: [Patch Available]

> Typo in error message from SQLChar
> ----------------------------------
>
>                 Key: DERBY-4465
>                 URL: https://issues.apache.org/jira/browse/DERBY-4465
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.5.3.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Trivial
>         Attachments: typo.diff
>
>
> An error message raised by SQLChar says java.sql.String instead of java.lang.String. See for instance the message text for one of the nested exceptions in DERBY-4455:
> java.sql.SQLException: An IOException was thrown when reading a 'java.sql.String' from an InputStream.

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