cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

lohithavemulapa
Node
since ‎08-08-2020
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

After generating the cypher query using pypher , when run using neobolt , it returned an exception from neomodel import db p = Pypher() name = Param('my_param', 'uuu') p.MATCH.node('n').WHERE(__.n.__first_name__ == name).RETURN.n o=str(p) print(di...