Sometimes I write queries that I expect to return a certain number of rows, but where the contents of each row is similar/same, e.g.:
MATCH (n), (m), (p) RETURN 3
I expect the output to contain NUM_NODES ^ 3 rows of 3, but there is now way to tell from the suite how many rows the query returned.
A small display of the row count would fix this
Sometimes I write queries that I expect to return a certain number of rows, but where the contents of each row is similar/same, e.g.:
I expect the output to contain NUM_NODES ^ 3 rows of 3, but there is now way to tell from the suite how many rows the query returned.
A small display of the row count would fix this