From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 1B0CA26D54 for ; Fri, 20 Jul 2018 09:24:25 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9dA4awuPI1o7 for ; Fri, 20 Jul 2018 09:24:25 -0400 (EDT) Received: from smtp52.i.mail.ru (smtp52.i.mail.ru [94.100.177.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id CBBB71FEF2 for ; Fri, 20 Jul 2018 09:24:24 -0400 (EDT) Date: Fri, 20 Jul 2018 16:24:22 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: Remove 'BEGIN TRANSACTION' Message-ID: <20180720132422.u4uih6bbafd54xje@tarantool.org> References: <1530787337-18302-1-git-send-email-hollow653@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1530787337-18302-1-git-send-email-hollow653@gmail.com> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: alexander.turenko@tarantool.org, "N.Tatunov" Hello, On 05 июл 13:42, N.Tatunov wrote: > Patch is aimed on making our sql closer to ANSI sql. > > With the patch applied only following commands can be used: > - "START TRANSACTION" to begin transaction. > - "COMMIT" to end transaction. > - "ROLLBACK" to rollback transaction without savepoints. > - "ROLLBACK TO .." to rollback transaction to savepoint. > > Closes #2164 > --- > > Issue: https://github.com/tarantool/tarantool/issues/2164 > Branch: https://github.com/tarantool/tarantool/tree/N_Tatunov/gh-2164-remove-begin-transaction I've checled the patch into 2.0 branch. -- Regards, Kirill Yukhin