]
Steven Hawkins resolved TEIID-3702.
-----------------------------------
Resolution: Done
Corrected the validation and made the validation and the dependency check always occur.
dependency and validation logic incorrect
-----------------------------------------
Key: TEIID-3702
URL:
https://issues.jboss.org/browse/TEIID-3702
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.9
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.12, 8.11.4
With TEIID-3042 validation of triggers was added, but does not properly account for the
parsing/resolving - however it is only being run in the case where there are no columns
defined on the view and they are instead inferred from the definition.
Similarly dependencies are only being determined on view with no columns defined.