]
Steven Hawkins moved TEIID-1486 to TEIIDDES-894:
------------------------------------------------
Project: Teiid Designer (was: Teiid)
Key: TEIIDDES-894 (was: TEIID-1486)
Affects Version/s: 6.0.0
(was: 6.0.0)
Component/s: Validation
(was: Query Engine)
Add implicit conversion of NULL to correct datatype in transformation
validator
-------------------------------------------------------------------------------
Key: TEIIDDES-894
URL:
https://issues.jboss.org/browse/TEIIDDES-894
Project: Teiid Designer
Issue Type: Feature Request
Components: Validation
Affects Versions: 6.0.0
Reporter: Marc Shirley
When using NULL value as a column (ie, NULL as columnName), it is only implicitly
converted to a string. When trying to use the NULL as a column of type date, integer,
float, etc., the validator throws a warning that the transformation is not valid. If you
wrap the NULL in a convert to the correct column datatype (ie,
"convert(NULL,date)"), the transformation can be validated successfully.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: