seo-kw commented on issue #76:
URL: https://github.com/apache/incubator-age/issues/76#issuecomment-850412218


   > 
   > 
   > Are you using this same connection object to execute the match query?
   > 
   > In my asyncpg code, I have to make sure `LOAD 'age';` and `set search_path 
= a, ag_catalog, \"$user\", public` are executed on the connection object that 
is used to do actual age queries.
   
   ----
   Yes. I'm using the same connection object. I have tested many functions in 
[http://age.incubator.apache.org/docs/Apache_AGE_Guide.pdf](http://age.incubator.apache.org/docs/Apache_AGE_Guide.pdf)
 through that connection. For example, basic graph creation and delete, update, 
and so on.
   
   But I got stuck in preparestatement in jdbc. That's the reason that I made 
this issue.
   
   Anyway, I'm thanks for the continuous reply <3


-- 
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]


Reply via email to