From 9804550f910851b17898735324ff733ebeb0d7da Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Tue, 31 Oct 2017 11:12:10 +0100 Subject: [PATCH] Reposition of multicommand transaction paragraph. Summary: Multicommand transaction paragraph is below examples and above limitations. Reviewers: mferencevic, teon.banek Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D948 --- docs/user_technical/quick-start.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/user_technical/quick-start.md b/docs/user_technical/quick-start.md index 5d17c3d11..a4ac22188 100644 --- a/docs/user_technical/quick-start.md +++ b/docs/user_technical/quick-start.md @@ -10,14 +10,6 @@ Memgraph supports the openCypher query language which has been developed by vendor-independent standardization process. It's a declarative language developed specifically for interaction with graph databases. -### Multiple-Query Transactions - -Memgraph supports transactions containing multiple queries. In other words, -one can set an explicit transaction start and stop. All of the queries inside -will be executed as a single transaction. This means that if a single query -execution fails, all of the executed queries will be reverted and the -transaction aborted. - ### Bolt Clients connect to Memgraph using the @@ -223,6 +215,14 @@ run_query("MATCH (n) DETACH DELETE n", function (result) { }); ``` +### Multiple-Query Transactions + +Memgraph supports transactions containing multiple queries. In other words, +one can set an explicit transaction start and stop. All of the queries inside +will be executed as a single transaction. This means that if a single query +execution fails, all of the executed queries will be reverted and the +transaction aborted. + ### Limitations Memgraph is currently in early stage, and has a number of limitations we plan