nicolewhite / cycli

A Command Line Interface for Neo4j's Cypher.
MIT License
271 stars 25 forks source link

Read-only check is too naive #29

Closed nicolewhite closed 8 years ago

nicolewhite commented 8 years ago
MATCH (n:Asset) RETURN n;

is flagged as a write query because of the word set being inside Asset.