From 477462c155af3ec1150cab127ebd27d14cab1b20 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 25 Feb 2016 01:22:38 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb0e9f18..a04e6329 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ Transactions are supported. To execute statements within a transaction, add `tra When a transaction takes place either both statements will succeed, or neither. Performance is *much, much* better if multiple SQL INSERTs or UPDATEs are executed via a transaction. Note the execution ceases the moment any single query results in an error. +The behaviour of rqlite when using `BEGIN`, `COMMIT`, or `ROLLBACK` to control transactions is *not defined*. Control transactions only through the query parameters shown above. + ### Handling Errors If an error occurs while processing a statement, it will be marked as such in the response. For example.