neueda / jetbrains-plugin-graph-database-support

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

Invalid block separation #113

Closed aech closed 5 years ago

aech commented 5 years ago

The plugin separates the following fragment into two run blocks:

CALL apoc.periodic.iterate("MATCH (n) RETURN n", 'DETACH DELETE n', {batchSize: 10000})
YIELD batches, total
RETURN batches, total

The first run blick contains only the CALL statement, the second the RETURN.

GreYko commented 5 years ago

Thanks for awareness, however, current issue duplicates #108 and will be fixed in next release.