]
Matej Kralik closed TEIIDDES-3136.
----------------------------------
Resolution: Done
PK's are not imported from JDBC source when import FK's is
turned off
----------------------------------------------------------------------
Key: TEIIDDES-3136
URL:
https://issues.jboss.org/browse/TEIIDDES-3136
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 11.1
Reporter: Barry LaFond
Assignee: Barry LaFond
Labels: release_notes
Fix For: 11.1.1
If Import FK's is turned OFF (unchecked) then PK's are not imported as part of
the table schema.
RelationalModelProcessorImpl.createPrimaryKey() method is checking for includeFKs &
includeInexes options and returning if both are false. Need to remove this check and let
PK's be imported either way.