Skip to content

Commit 44ff718

Browse files
authored
Labels list fixed (#50)
1 parent 2c3b690 commit 44ff718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jetbrains/src/main/java/com/neueda/jetbrains/plugin/graphdb/jetbrains/component/datasource/metadata/DataSourcesComponentMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private String queryLabelCount(List<String> labels) {
123123
return labels
124124
.stream()
125125
.map(label -> "MATCH (n:" + label + ") RETURN count(n)")
126-
.collect(Collectors.joining(" UNION "));
126+
.collect(Collectors.joining(" UNION ALL "));
127127
}
128128

129129
private void updateNeo4jBoltMetadata(DataSourceApi dataSource, Neo4jBoltCypherDataSourceMetadata metadata) {

0 commit comments

Comments
 (0)