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
693 stars 347 forks source link

Change validate connection query #1806

Closed noahmay closed 2 years ago

noahmay commented 2 years ago

Limit 1 is not supported on show procedures which results in a different error than expected. Using no limit can return many rows which is unnecessary. Show databases should (hopefully) be better in most cases