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
Seraph has excellent support for transactions, something that is sorely missing from most of the other Neo4j clients in the space. However, one of the most powerful applications of these transactions is the ability to manually roll back unwanted change sets from the client. For this reason, the HTTP API provides for a DELETE /db/data/transaction/:txId route. Seraph should likewise support the rolling back of transactions that it has created.
The text was updated successfully, but these errors were encountered:
I would really love this to be the case, but batch is using the batching API, not the transactional cypher API, which is the API that supports rollbacks. Ultimately I do want to support the transactional cypher API, and rollbacks will of course be a part of that, but I'm having great difficulty finding the time for it. I'll leave this open as a bit of a nag for me to get around to it :)
Seraph has excellent support for transactions, something that is sorely missing from most of the other Neo4j clients in the space. However, one of the most powerful applications of these transactions is the ability to manually roll back unwanted change sets from the client. For this reason, the HTTP API provides for a
DELETE /db/data/transaction/:txId
route. Seraph should likewise support the rolling back of transactions that it has created.The text was updated successfully, but these errors were encountered: