Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

Change in neo4j_cypher_parser.py(parse__node) #645

Open ozFri opened 8 years ago

ozFri commented 8 years ago

In the function parse__node in
826> if ')' == input[0]: # close node Node doesn't close if there is a long query (e.g, (n)-[r]-(m)-[l]-(s)) it is solved if you replace the "if" with "while" I'm yet to learn how pull requests work :)

Garbash commented 8 years ago

Thank you, here's some relevant material, you should have credit for your contribution. https://help.github.com/articles/creating-a-pull-request/