[
https://issues.jboss.org/browse/TEIIDDES-1259?page=com.atlassian.jira.plu...
]
Van Halbert commented on TEIIDDES-1259:
---------------------------------------
SELECT
AllCustomerAccounts.customer.customerid, AllCustomerAccounts.account.accountid,
Sum(value)
FROM
AllCustomerAccounts.customer, AllCustomerAccounts.account,
BrokerageModel.AccountHoldings
WHERE
(AllCustomerAccounts.customer.customerid = AllCustomerAccounts.account.customerid) AND
(AllCustomerAccounts.account.accountid = BrokerageModel.AccountHoldings.accountid)
GROUP BY AllCustomerAccounts.customer.customerid, AllCustomerAccounts.account.accountid
Error Detail:
ERROR: Parsing error: Encountered "value" at line 2, column 101.
Was expecting one of:
"all" ...
"distinct" ...
"exists" ...
"has" ...
"not" ...
"*" ...
"translate" ...
"?" ...
<POS_REF> ...
<STRINGVAL> ...
<INTEGERVAL> ...
<FLOATVAL> ...
"false" ...
"true" ...
"unknown" ...
"null" ...
<BOOLEANTYPE> ...
<TIMESTAMPTYPE> ...
<DATETYPE> ...
<TIMETYPE> ...
"{" ...
<ID> ...
"any" ...
"some" ...
"xmlagg" ...
"array_agg" ...
"convert" ...
"cast" ...
"left" ...
"right" ...
"char" ...
"user" ...
"year" ...
"month" ...
"hour" ...
"minute" ...
"second" ...
"xmlconcat" ...
"xmlcomment" ...
"insert" ...
"xmlparse" ...
"xmlelement" ...
"xmlpi" ...
"xmlforest" ...
"xmlserialize" ...
"xmlquery" ...
"(" ...
"case" ...
"for" ...
USABILITY: When reconciling transformation and reserved word is
encountered, can the error message indicate its a reserved word
-------------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-1259
URL:
https://issues.jboss.org/browse/TEIIDDES-1259
Project: Teiid Designer
Issue Type: Enhancement
Components: Transformations
Affects Versions: 7.4.2
Reporter: Van Halbert
Priority: Minor
When the reconciler is validating the sql and a use of a reserved word is the cause of
the invalidation, could the error message indicate as such? This may have already been
done, but I didn't see a jira indicating it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira