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
671 stars 345 forks source link

Avoid running `SHOW ALIASES` to show only non-composite aliases in database dropdown #1964

Closed OskarDamkjaer closed 4 months ago

OskarDamkjaer commented 4 months ago

It's problematic to run SHOW ALIASES as it requires privileges to run, we can figure out if a alias is a composite alias without this.