[tarantool-patches] Re: [PATCH] sql: Remove 'BEGIN TRANSACTION'

  • From: Kirill Yukhin <kyukhin@xxxxxxxxxxxxx>
  • To: tarantool-patches@xxxxxxxxxxxxx
  • Date: Fri, 20 Jul 2018 16:24:22 +0300

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

Other related posts: