You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connected to neo4j database without specify in connection string
How to Reproduce the Problem
I want to connect neo4j instance with jdbc driver and see all database but I see only neo4j database. I am using dbeaver as database client. When I use jdbc:neo4j:neo4j:<host:port> , I can not see all neo4j database.
Versions
OS: ubuntu 20.04
Library: Neo4j JDBC Driver 4.0.9 & bi-connector jar Neo4jJDBC 1.0.10.1011
Neo4j: Neo4j 4.4.23
The text was updated successfully, but these errors were encountered:
@nuhyurduseven indeed, java.sql.DatabaseMetaData#getCatalogs is currently implemented to return an empty list.
Would you like to submit a PR to change org.neo4j.jdbc.bolt.BoltNeo4jDatabaseMetaData so that it returns the result of the Cypher query SHOW DATABASES?
Expected Behavior
connecting to neo4j instance, need to see all dbs
Actual Behavior
connected to
neo4j
database without specify in connection stringHow to Reproduce the Problem
I want to connect neo4j instance with jdbc driver and see all database but I see only
neo4j
database. I am using dbeaver as database client. When I usejdbc:neo4j:neo4j:<host:port>
, I can not see all neo4j database.Versions
The text was updated successfully, but these errors were encountered: