Skip to content

Commit

Permalink
Fix bug with multiple columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Mar 2, 2024
1 parent 57f8470 commit 859c4f5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion test/sql/optional_columns.test
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,18 @@ query I
4398046511139
6597069766702
8796093022234
8796093022237
8796093022237

query II
-FROM GRAPH_TABLE (snb MATCH (p:Person) COLUMNS (p.id, p.firstname as first_name)) limit 10;
----
14 Hossein
16 Jan
32 Miguel
2199023255557 Eric
2199023255573 Arbaaz
2199023255594 Ali
4398046511139 Ayesha
6597069766702 Alejandro
8796093022234 Rahul
8796093022237 Lei

0 comments on commit 859c4f5

Please sign in to comment.