Skip to content
Snippets Groups Projects
Commit 7f517fb0 authored by Tom Robinson's avatar Tom Robinson
Browse files

StructuredQuery: fix bug in columnNames

parent c414dd44
Branches
Tags
No related merge requests found
......@@ -794,6 +794,7 @@ export default class StructuredQuery extends AtomicQuery {
nameCounts.set(name, count);
return `${name}_${count}`;
} else {
nameCounts.set(name, 1);
return name;
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment