]
Steven Hawkins resolved TEIID-5794.
-----------------------------------
Fix Version/s: 12.3
Resolution: Done
Changed the resolver and associated logic to not expect all columns of a composite key to
be auto increment.
GENERATED_KEY function in an input trigger results in validation
error if used in presence of a compound primary key which consists of a mix of
auto-increment and non-auto-increment variables
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: TEIID-5794
URL:
https://issues.jboss.org/browse/TEIID-5794
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Affects Versions: 12.3
Reporter: Christoph John
Assignee: Steven Hawkins
Priority: Major
Fix For: 12.3
The issue refers to
https://issues.jboss.org/browse/TEIID-5782 where if was found, that
the GENERATED_KEY function does result in an validation error
validation error: TEIID31119 Symbol key.fkProduct is specified with an unknown group
context
in an INSERT trigger when the view on which the insert is called has a compound primary
key which consists of a mix of AUTO_INCREMENT and non-AUTO_INCREMENT variables.
A code example can be found in the following comment
https://issues.jboss.org/browse/TEIID-5782?focusedCommentId=13759345&...