Skip to content

Neo4j JDBC Release 3.1.0

Compare
Choose a tag to compare
@jexp jexp released this 14 May 15:23
· 3 commits to 3.1 since this release

First release for Neo4j 3.1.x

Contains the following fixes:

  • Update to Neo4j 3.1.4, neo4j-java-driver 1.3.0, http-client 4.5.3, jackson 2.8.8
  • Only shade the neo4j-jdbc-driver project and the other (#91)
  • Correct bug that switch to non-autocommit mode when there is an error
  • Improvement on BoltDatabaseMetaData + aligned BoltStatement.execute with BoltPreparedStatement.execute
  • BoltDatabaseMetadata.getTables implementation returning Labels list. Fixes Issue #85
  • Mybatis example added
  • fFx int and float conversion to string
  • ResultSet.getInt/Long/Float/Double now return 0 for NULL values, getBoolean returns false for NULL values. Fixes issue #81