Add distinct from syntax in for each row procedures
---------------------------------------------------
Key: TEIID-3546
URL:
https://issues.jboss.org/browse/TEIID-3546
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 8.12
Similar to postgresql, it would be good to allow for a quick comparison of new/old values
to determine if row processing is needed. Something like:
IF new IS DISTINCT FROM old THEN
...