spmallette commented on code in PR #3434: URL: https://github.com/apache/tinkerpop/pull/3434#discussion_r3336707468
########## docs/src/reference/intro.asciidoc: ########## @@ -446,7 +446,8 @@ regard. Prefer explicit property key names in Gremlin unless it is completely im The third and final point involves transactions. Under this model, one traversal is equivalent to a single transaction and there is no way in TinkerPop to string together multiple traversals into the same transaction. -IMPORTANT: 4.0.0-beta.1 Release - Remote transactions are not supported in this beta. +Remote transactions are supported across all GLVs. See the <<transactions,Transactions>> section and each GLV's Review Comment: since this section is on limitations, i think the point is to assume there is complete transaction support. we'd only document the absence of support. -- 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]
