Skip to content

Commit

Permalink
HCK-6986: Display synonym in ERD if available (#23)
Browse files Browse the repository at this point in the history
<!--do not remove this marker, its needed to replace info when ticket
title is updated -->
<!--jira-description-action-hidden-marker-start-->

<table>
<td>
<a href="https://hackolade.atlassian.net/browse/HCK-6986"
title="HCK-6986" target="_blank"><img alt="Sub-task"
src="https://hackolade.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10316?size=medium"
/>HCK-6986</a> Display type of array item in ERD: first not null:
synonym, then subtype, finally type
  </td></table>
  <br />
 

<!--jira-description-action-hidden-marker-end-->
  • Loading branch information
AlikRakhmonov authored Jul 8, 2024
1 parent 918ad00 commit 4000a00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .sonarlint/connectedMode.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sonarCloudOrganization":"hck","projectKey":"hackolade_Db2"}
{ "sonarCloudOrganization": "hck", "projectKey": "hackolade_Db2" }
7 changes: 7 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "character"],
"defaultValue": "",
"dependency": {
"type": "and",
"values": [
Expand All @@ -154,6 +155,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "char varying", "character varying"],
"defaultValue": "",
"dependency": {
"type": "and",
"values": [
Expand All @@ -170,6 +172,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "national char", "national character"],
"defaultValue": "",
"dependency": {
"type": "and",
"values": [
Expand All @@ -186,6 +189,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "nchar varying", "national char varying", "national character varying"],
"defaultValue": "",
"dependency": {
"type": "and",
"values": [
Expand All @@ -202,6 +206,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "char large object", "character large object"],
"defaultValue": "",
"dependency": {
"type": "and",
"values": [
Expand Down Expand Up @@ -873,6 +878,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "int"],
"defaultValue": "",
"dependency": {
"key": "mode",
"value": "integer"
Expand All @@ -884,6 +890,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "dec", "numeric", "num"],
"defaultValue": "",
"dependency": {
"key": "mode",
"value": "decimal"
Expand Down

0 comments on commit 4000a00

Please sign in to comment.