You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!,
I'm using the latest release of the front end (9.0.20190305) to parse cypher queries in a server
I would like to create a single CypherParser object at the beginning of the application and then parse queries requests using this single / shared parser object. Is this doable? or should I have to create a Parser every time I have to parse a new query?
Thanks.
Marcelo
The text was updated successfully, but these errors were encountered:
Hi!,
I'm using the latest release of the front end (9.0.20190305) to parse cypher queries in a server
I would like to create a single CypherParser object at the beginning of the application and then parse queries requests using this single / shared parser object. Is this doable? or should I have to create a Parser every time I have to parse a new query?
Thanks.
Marcelo
The text was updated successfully, but these errors were encountered: