GitHub user harsh9t opened a pull request:
https://github.com/apache/tinkerpop/pull/878
Updated transpilers.asciidoc
Changes:
- fixed non-working queries (queries which returned no results)
- updated documentation with more examples in the limitations section
- updated execution tags for queries which are for reference only
- commented out the pattern filter examples for now
To Do:
- fix OPTIONAL queries
- fix Pattern filter queries
- inspect and patch special cases in code
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/harsh9t/tinkerpop patch-3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/878.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #878
----
commit 483b576d212c179fcbdd94e9d010ea61649ab1fd
Author: Harsh Thakkar <harsh9t@...>
Date: 2018-06-15T09:24:57Z
Update transpilers.asciidoc
Changes:
- fixed non-working queries (queries which returned no results)
- updated documentation with more examples in the limitations section
- updated execution tags for queries which are for reference only
- commented out the pattern filter examples for now
To Do:
- fix OPTIONAL queries
- fix Pattern filter queries
- inspect and patch special cases in code
----
---