[
https://issues.apache.org/jira/browse/TINKERPOP-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17464618#comment-17464618
]
ASF GitHub Bot commented on TINKERPOP-2671:
-------------------------------------------
spmallette opened a new pull request #1535:
URL: https://github.com/apache/tinkerpop/pull/1535
https://issues.apache.org/jira/browse/TINKERPOP-2671
Adding tx() support to gremlin-language brings its grammar/parser closer in
line with what is possible now with bytecode and with Groovy scripts. From the
user's perspective there is now a clear way for them to signify that their
transaction is closed with either rollback or commit. Support for begin() is
present for consistency but perhaps it shouldn't be in the context of scripts
as it is meant to spawn a Transaction instance and since you can't assign
variables in gremlin-language that doesn't seem useful.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Add tx() support to grammar
> ---------------------------
>
> Key: TINKERPOP-2671
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2671
> Project: TinkerPop
> Issue Type: Improvement
> Components: language
> Affects Versions: 3.5.1
> Reporter: Stephen Mallette
> Priority: Major
>
> Add `tx()` based syntax to the grammar so that it can provide transaction
> support.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)