kysmou commented on issue #65:
URL: https://github.com/apache/incubator-age/issues/65#issuecomment-841903602
To test the prepared statement, I tested it by referring to the manual.
However, the following error occurs, but if there is something I am doing
wrong, please tell me. This is the age 0.4.0 version.
PREPARE cypher_stored_procedure(agtype) AS
SELECT *
FROM cypher('test_graph', $$
MATCH (v:Person)
WHERE v.name = $name
RETURN v
$$, $1)
AS (v agtype);
execute cypher_prepared_statement('{"name":"affeee"}');
ERROR: prepared statement "cypher_prepared_statement" does not exist
STATEMENT: execute cypher_prepared_statement('{"name":"affeee"}');
prepared statement "cypher_prepared_statement" does not exist
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]