[teiid-issues] [JBoss JIRA] (TEIID-2389) jsonToXml may loose numerical precision

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Feb 11 11:35:56 EST 2013


     [ https://issues.jboss.org/browse/TEIID-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-2389.
-----------------------------------

    Resolution: Done


forked the relevant classes from json simple into org.teiid.json.simple and removed the dependency.  Replaced double parsing with BigDecimal and addressed minor parser performance enhancements.  We could switch back if the existing json-simple issues are worked or another option is to consolidate the event based parsing with the custom google parser for a single custom teiid json parser.
                
> jsonToXml may loose numerical precision
> ---------------------------------------
>
>                 Key: TEIID-2389
>                 URL: https://issues.jboss.org/browse/TEIID-2389
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Query Engine
>    Affects Versions: 7.2
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.3
>
>
> The json simple parser will parse all numeric values as doubles, which may loose precision.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list