[
https://issues.jboss.org/browse/TEIID-3502?page=com.atlassian.jira.plugin...
]
Steven Hawkins edited comment on TEIID-3502 at 7/6/15 1:54 PM:
---------------------------------------------------------------
The fix introduce a hard exception with certain odbc types - bigdecimal, biginteger,
float, double that have large precision or scale values. So this will only be partially
resolved in 8.11.
was (Author: shawkins):
The fix introduce a hard exception with certain odbc types - bigdecimal, biginteger,
float, double that have large precision or scale values.
Teiid returns integer/long overflow values
------------------------------------------
Key: TEIID-3502
URL:
https://issues.jboss.org/browse/TEIID-3502
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.7.1.6_2
Reporter: Juraj DurĂ¡ni
Assignee: Steven Hawkins
Fix For: 8.12, 8.11.1
The values from basic math operations, such as:
SELECT abs(-2147483648)
SELECT -2147483648 -1
SELECT 2147483648 +1
etc.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)