Skip to content

Commit

Permalink
Hyper: Update querylocs -> sqlpos
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelsgesang committed Jan 19, 2024
1 parent ec5a563 commit c850d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-graphs/src/hyper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function convertHyperNode(rawNode: Json, parentKey, conversionState: ConversionS
}

// Display these properties always as properties, even if they are more complex
const propertyKeys = ["debugName", "analyze", "querylocs"];
const propertyKeys = ["debugName", "analyze", "sqlpos"];
for (const key of propertyKeys) {
if (!rawNode.hasOwnProperty(key)) {
continue;
Expand Down

0 comments on commit c850d64

Please sign in to comment.