DatabaseMetaData.getTypeInfo() returns incorrect precision for VARCHAR FOR BIT 
DATA
-----------------------------------------------------------------------------------

                 Key: DERBY-2260
                 URL: https://issues.apache.org/jira/browse/DERBY-2260
             Project: Derby
          Issue Type: Bug
    Affects Versions: 10.2.2.0, 10.2.1.6, 10.1.3.1, 10.1.2.1, 10.1.1.0, 
10.0.2.1, 10.3.0.0
            Reporter: Daniel John Debrunner
            Priority: Minor


PRECISION column for VARCHAR FOR BIT DATA is returned as 32762, but maximum 
precision is 32672 (6 & 7 swapped).

ij> create table z (a varchar(32672) for bit data);
0 rows inserted/updated/deleted
ij> create table z2(a varchar(32673) for bit data);
ERROR 42611: The length, precision, or scale attribute for column, or type 
mapping 'VARCHAR (32673) FOR BIT DATA' is not valid.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to