I posted a bug report about changing the names of FK relationships:
http://www.sqlpower.ca/forum/posts/list/2601.page
As far as I can tell, the fix is quite simple:
In RelationshipEditPanel.applyChanges() on only needs to call
relationship.setPhysicalName(relationshipName.getText());
after setting the logical name.
At least until there is a logical/physical input field in the dialog
this should fix the problem.
Is it really that simple or am I missing something?
Regards
Thomas
In RelationshipEditPanel.applyChanges() on only needs to call
relationship.setPhysicalName(relationshipName.getText());
after setting the logical name.
At least until there is a logical/physical input field in the dialog
this should fix the problem.
Is it really that simple or am I missing something?
OK, I'll go for setting the physical name.
I don't really see the need to have a logical and physical name for a FK constraints (especially because you can have some descriptive labels in the diagram anyway)
Thomas
I don't really see the need to have a logical and physical name for a FK constraints (especially because you can have some descriptive labels in the diagram anyway)