Hi Isomorphic,
it would be great if you could allow linking between a column in a child table and a unique - but not primaryKey - column in DataSources as well.
This is allowed in Oracle as well and I'm using the feature there.
Currently, in order to mimic the feature, I have to create a copy of the .ds.xml for the parent table and change the PK in the copy to the unique field.
I then reference the copy and not the original in the child's foreignKey definition.
This is pretty minor as there is a workaround and I'm using it only twice so far.
Best regards
Blama
it would be great if you could allow linking between a column in a child table and a unique - but not primaryKey - column in DataSources as well.
This is allowed in Oracle as well and I'm using the feature there.
Currently, in order to mimic the feature, I have to create a copy of the .ds.xml for the parent table and change the PK in the copy to the unique field.
I then reference the copy and not the original in the child's foreignKey definition.
This is pretty minor as there is a workaround and I'm using it only twice so far.
Best regards
Blama
Comment