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

Knut Anders Hatlen updated DERBY-1742:
--------------------------------------

       Urgency: Normal
    Issue Type: Task  (was: Bug)

Triaged for 10.5.2. Description says that it is an investigation, so changing 
issue type from Bug to Task.

> SYSTEMALIAS column of type BOOLEAN in SYS.SYSALIASES is created with the 
> incorrect maximun length of 0
> ------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1742
>                 URL: https://issues.apache.org/jira/browse/DERBY-1742
>             Project: Derby
>          Issue Type: Task
>          Components: SQL
>    Affects Versions: 10.0.2.0, 10.0.2.1, 10.1.1.0, 10.1.2.1, 10.1.3.1
>            Reporter: Daniel John Debrunner
>            Priority: Trivial
>
> Boolean type's correct maximum width is 1.
> Seen by the COLUMN_SIZE column from DatabaseMetaData.getColumns returning 0 
> instead of 1.
> Caused by passing a 0 instead of a 1 in SYSAliasesRowFactory, will be fixed 
> by DERBY-1734, which stops
> code like this passing in information that is redundant (and hence a chance 
> for it to be wrong).
> Don't believe ir has any affect on the runtime behaviour of the system, 
> adding this issue to investigate if an upgrade fix is required
> or just leave it at the wrong value for old databases.

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

Reply via email to