[teiid-issues] [JBoss JIRA] (TEIID-4252) BigInteger is being presented as BigDecimal

Steven Hawkins (JIRA) issues at jboss.org
Tue Jun 7 13:51:00 EDT 2016


    [ https://issues.jboss.org/browse/TEIID-4252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249156#comment-13249156 ] 

Steven Hawkins commented on TEIID-4252:
---------------------------------------

Biginteger is not a valid postresql type.  Also are you importing the metadata in Designer or with Teiid?  Generally BigInteger is not a source datatype, rather it usually maps to the widest possible precision decimal with 0 scale.  Then the import process should consider the scale and represent the value in Teiid as BigInteger, but can fall back on BigDecimal depending upon the particulars of the import.

> BigInteger is being presented as BigDecimal
> -------------------------------------------
>
>                 Key: TEIID-4252
>                 URL: https://issues.jboss.org/browse/TEIID-4252
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 8.12
>         Environment: teiid-8.12-Beta1 on Red Hat JBoss Enterprise Application Platform - Version 6.3.0.GA
>            Reporter: dalex dalex
>            Assignee: Steven Hawkins
>
> Fields of a table with BigInteger types are being presented as fields with BigDecimal types.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list