neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
222 stars 56 forks source link

Common Neo4J functionality requires newer Bolt protocol #88

Closed jespersm closed 5 years ago

jespersm commented 5 years ago

If you try and execute a Cypter query such as this:

RETURN date('2001-06-10');

You'll get an error in the Log pane:

Executing query: 
RETURN date('2001-06-10');
Error occurred: Date is not supported as a return type in Bolt protocol version 1. Please make sure driver supports at least protocol version 2. Driver upgrade is most likely required.

This could be fixed by either updating the Bolt driver, or allowing the user to specify the driver.

GreYko commented 5 years ago

Fixed in plugin release 2.5.2.