Tarantool development patches archive
 help / color / mirror / Atom feed
From: Kirill Yukhin <kyukhin@tarantool.org>
To: tarantool-patches@freelists.org
Cc: Kirill Yukhin <kyukhin@tarantool.org>
Subject: [tarantool-patches] [PATCH 0/2] Refactor SQL initialization, block triggers in transaction
Date: Thu, 15 Mar 2018 21:21:38 +0300	[thread overview]
Message-ID: <cover.1521137308.git.kyukhin@tarantool.org> (raw)

Issue: https://github.com/tarantool/tarantool/issues
Branch: kyukhin/gh-3239-ddl-trigger

Kirill Yukhin (2):
  sql: refactor initialization routines
  sql: block trigger creation inside a transaction

 src/box/alter.cc               |  15 +++
 src/box/alter.h                |   1 +
 src/box/schema.cc              |   2 +-
 src/box/sql.c                  |  16 +---
 src/box/sql/analyze.c          |   7 +-
 src/box/sql/build.c            |  42 +++------
 src/box/sql/main.c             | 203 ++++++++++++-----------------------------
 src/box/sql/parse.c            | 147 ++++++++++++++---------------
 src/box/sql/parse.y            |   2 +
 src/box/sql/pragma.c           |   3 +-
 src/box/sql/prepare.c          |  53 -----------
 src/box/sql/sqlite3.h          |   7 +-
 src/box/sql/sqliteInt.h        |   2 -
 src/box/sql/trigger.c          |   5 +-
 src/box/sql/vdbe.c             |   1 -
 test/sql-tap/trigger1.test.lua |  25 ++++-
 test/sql-tap/trigger9.test.lua |  77 +++++++++-------
 17 files changed, 242 insertions(+), 366 deletions(-)

-- 
2.11.0

             reply	other threads:[~2018-03-15 18:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-15 18:21 Kirill Yukhin [this message]
2018-03-15 18:21 ` [tarantool-patches] [PATCH 1/2] sql: refactor initialization routines Kirill Yukhin
2018-03-16 20:32   ` [tarantool-patches] " v.shpilevoy
2018-03-20  8:28     ` Kirill Yukhin
2018-03-20  8:35       ` [tarantool-patches] [PATCH 1/2] sql: Refactor " Kirill Yukhin
2018-03-20 10:56         ` [tarantool-patches] " v.shpilevoy
2018-03-15 18:21 ` [tarantool-patches] [PATCH 2/2] sql: block trigger creation inside a transaction Kirill Yukhin
2018-03-16 20:36   ` [tarantool-patches] " v.shpilevoy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1521137308.git.kyukhin@tarantool.org \
    --to=kyukhin@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='Re: [tarantool-patches] [PATCH 0/2] Refactor SQL initialization, block triggers in transaction' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox