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
Now only MATCH ()-[e:xx]->() return e LIMIT 10000is supported, ideally we could parse all edges of arbitrary results to enable complex MATCH/FIND PATH/GET SUBGRAPH to be leveraged, just add a whitelist of parsed edge schema.
The text was updated successfully, but these errors were encountered:
* feat: support path in nGQL, not raise exception for other types
close#132
* fix typing and error handling as commented
* handle List Value typing
* wording of the exception and logging
* fix typing, added test for ngql
* test: add GET SUBGRAPH and FIND PATH
* fix ngql example and test cases
* fix typo in withConnectionRetry
* add back withConnectionRetry in ngql tests
* fix missing operateType
* fix null pointer
* test: add with prop for prop reading
* docs: update examples for with prop clause
Now only
MATCH ()-[e:xx]->() return e LIMIT 10000
is supported, ideally we could parse all edges of arbitrary results to enable complexMATCH/FIND PATH/GET SUBGRAPH
to be leveraged, just add a whitelist of parsed edge schema.The text was updated successfully, but these errors were encountered: