Skip to content

Commit

Permalink
HCK-7390: add localization variable with entity separator (#20)
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-7390"
title="HCK-7390" target="_blank"><img alt="Sub-bug"
src="https://hackolade.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium"
/>HCK-7390</a> Use underscore in relationship names
  </td></table>
  <br />
 

<!--jira-description-action-hidden-marker-end-->
## Content

You have no Jira task for this PR? Describe your changes here...

...

## Technical details

You feel the need to provide technical explanations? You can do it
here...

...
  • Loading branch information
dannleed authored Aug 8, 2024
1 parent 0168751 commit 30a89ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
"enableReverseEngineeringDetectionSchemaByContent": false,
"enableReversingDateTypeAsISODate": true,
"supportInferRelationships": true,
"enableREQueryAndSortCriteria": true
"enableREQueryAndSortCriteria": true,
"relationships": {
"entityNameSeparator": "."
}
}
},
"description": "Hackolade plugin for Amazon DocumentDB",
Expand Down

0 comments on commit 30a89ae

Please sign in to comment.