Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-08-2020 07:59 PM
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(dict(p.bound_params))
result, meta = db.cypher_query(o)
print(result)
Exception:
neobolt.exceptions.ClientError: Expected parameter(s): NEO_c4fd4_0
All the sessions of the conference are now available online