neo4j-contrib / rabbithole

Interactive, embeddable Neo4j-Console
http://rabbithole.heroku.com
79 stars 41 forks source link

Label and property names are not `backticked` when exporting #80

Closed jjaderberg closed 9 years ago

jjaderberg commented 9 years ago

On a fresh console execute

CREATE (_0:`Architecture Description Element`  {`property name`:"It works!"})

and click [Share]. The "Initial graph setup" query is missing backticks around label and property names and the generated link will execute a broken setup query.

jjaderberg commented 9 years ago

Fixed by a202d72.