Hi! I'm one of the developers of Neo4j Browser and I just tried to reproduce your error and I did get a message about how long the query took. This is what I did:
1: create (n:BrowserUser {username: "clem"}) return n;
2: match (n:BrowserUser {userna...
Hi @rmasrani and thanks for all the detailed observations, it helps us know what to improve. On the pasting of CYPHER queries it does seem like we have introduced a performance regression. It'd be helpful if you could share what you copy paste to ma...
Hi! Browser developer here, thanks for reporting this! We format dates, string and other for display, so we can't guarantee the the output is in its raw format. So we won't make any changes in browser.
I looked into this issue and found the problem, we were removing ":auto" from cypher queries. The fix will make into this or next release, thanks for reporting this issue!