Different special icon for foreign key rel Join Conditions
DavidHerbst
Posts: 13
I have additional matches enabled for "Column names" and "Data types" for cases where I am joining tables that do not have a foreign key relationship explicitly defined.
However when I am joining tables that have a foreign key relationship, I use column(s) in a foreign key relationship for my JOIN condition. Currently there isn't any way to distinguish these entries in the candidate list from other candidates based on "Column names" and "Data types". All three are using the same paper clip icon.
Would it be possible for you to enhance SQL Prompt to use a different special icon for foreign key relationship JOIN condition candidates to distinguish them from "Column names" and "Data types" JOIN condition candidates?
However when I am joining tables that have a foreign key relationship, I use column(s) in a foreign key relationship for my JOIN condition. Currently there isn't any way to distinguish these entries in the candidate list from other candidates based on "Column names" and "Data types". All three are using the same paper clip icon.
Would it be possible for you to enhance SQL Prompt to use a different special icon for foreign key relationship JOIN condition candidates to distinguish them from "Column names" and "Data types" JOIN condition candidates?
Comments
But on the other hand, it would be very useful for quickly browsing a long list of join candidates, so we may put it in the next version. Thanks again for your suggestions.
Red Gate Software
Possibly you could use the same paper clip image but a different overlay for each icon variation.
E.g.
1) A paper clip overlaid with a key for candidates based on a foreign key.
2) A paper clip overlaid with "N" for candidates based on matching column names.
3) A paper clip overlaid with "T" for candidates based on matching data types.
Cheers, Jason
Red Gate Software