neo4j-jdbc icon indicating copy to clipboard operation
neo4j-jdbc copied to clipboard

Neo4j JDBC driver

Results 9 neo4j-jdbc issues
Sort by recently updated
recently updated
newest added

Bumps [neo4j](https://github.com/neo4j/neo4j) from 1.9.RC2 to 3.5.0. Release notes Sourced from neo4j's releases. Release 3.3.0-beta01 Release Date: 09/14/2017 Neo4j 3.3.0-beta01 is the first beta release of the upcoming Neo4j 3.3. Highlights...

dependencies

Neo4j server configured to use neo4j-contrib / authentication-extension. When trying to use JDBC uri "jdbc:neo4j://localhost:7474/?user=myuser&password=admin" Error thrown is "401 Unauthorized" When the authenctication is removed , jdbc driver works fine....

Bumps [junit](https://github.com/junit-team/junit4) from 4.4 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Firstly, note, the following error does _not_ exist when using Embedded Cypher (without JDBC driver) for any version between 2.0.0-2.1.4, all of them return the correct result with this exact...

How can I get the driver to talk to Neo4j via HTTPS on 7473?

I'm trying to integrate Neo4J with a product that supports third-party JDBC drivers. But PreparedStatements are failing. I'm able to reproduce the issue in a Java code snippet. When I...

This issue is filed for posterity – please fix when appropriate. Being an Open Source project, `neo4j-jdbc` Maven artifacts (SNAPSHOT and RELEASE) should be published to a public Maven repo...