neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
678 stars 345 forks source link

Ensure node expansion runs against the correct database #1975

Closed OskarDamkjaer closed 1 month ago

OskarDamkjaer commented 1 month ago

Using the database field on the result ensures that the right database is used for node expansion, even if the query dynamically switched database, for example like this:

:use neo4j
USE movies MATCH (n) RETURN n;