Neo4j JDBC Release 3.1.0
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