Tarantool development patches archive
 help / color / mirror / Atom feed
From: Kirill Shcherbatov <kshcherbatov@tarantool.org>
To: tarantool-patches@freelists.org
Cc: v.shpilevoy@tarantool.org,
	Kirill Shcherbatov <kshcherbatov@tarantool.org>
Subject: [tarantool-patches] [PATCH v2 0/3] sql: remove zName and nColumn from SQL
Date: Mon, 23 Apr 2018 13:20:27 +0300	[thread overview]
Message-ID: <cover.1524478734.git.kshcherbatov@tarantool.org> (raw)
In-Reply-To: <e943c933-be95-2b95-6c48-71c5d6d3ee14@tarantool.org>

Branch: http://github.com/tarantool/tarantool/tree/gh-3272-no-sql-names
Issue: https://github.com/tarantool/tarantool/issues/3272

Kirill Shcherbatov (3):
  sql: Fixed disgusting code format in sqlite3Pragma
  sql: remove zName and nColumn from SQL
  sql: removed type field in server

 src/box/space_def.c     |  29 ++++---
 src/box/sql.c           |  52 +++++++++---
 src/box/sql.h           |  23 ++++++
 src/box/sql/alter.c     |  32 +++++---
 src/box/sql/analyze.c   |   5 +-
 src/box/sql/build.c     | 209 ++++++++++++++++++++++++------------------------
 src/box/sql/delete.c    |   6 +-
 src/box/sql/expr.c      |  11 +--
 src/box/sql/fkey.c      |  20 ++---
 src/box/sql/insert.c    |  55 +++++++------
 src/box/sql/pragma.c    |  84 ++++++++++---------
 src/box/sql/resolve.c   |  16 ++--
 src/box/sql/select.c    | 100 +++++++++++------------
 src/box/sql/sqliteInt.h |   6 +-
 src/box/sql/update.c    |  29 +++----
 src/box/sql/util.c      |   9 ---
 src/box/sql/where.c     |   6 +-
 src/box/sql/wherecode.c |   2 +-
 src/box/sql/whereexpr.c |   4 +-
 19 files changed, 383 insertions(+), 315 deletions(-)

-- 
2.7.4

  reply	other threads:[~2018-04-23 10:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-17 15:01 [tarantool-patches] [PATCH v2 1/1] sql: remove ephemeral Expr from AddDefaultValue Kirill Shcherbatov
2018-04-17 18:45 ` [tarantool-patches] " Vladislav Shpilevoy
2018-04-19 12:47 ` [tarantool-patches] [PATCH v2 1/1] sql: remove zName and nColumn from SQL Kirill Shcherbatov
2018-04-19 15:25   ` [tarantool-patches] " Vladislav Shpilevoy
2018-04-23 10:20     ` Kirill Shcherbatov [this message]
2018-04-23 10:20       ` [tarantool-patches] [PATCH v2 1/3] sql: Fixed disgusting code format in sqlite3Pragma Kirill Shcherbatov
2018-04-23 10:20       ` [tarantool-patches] [PATCH v2 2/3] sql: remove zName and nColumn from SQL Kirill Shcherbatov
2018-04-23 10:20       ` [tarantool-patches] [PATCH v2 3/3] sql: removed type field in server Kirill Shcherbatov

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.1524478734.git.kshcherbatov@tarantool.org \
    --to=kshcherbatov@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --cc=v.shpilevoy@tarantool.org \
    --subject='Re: [tarantool-patches] [PATCH v2 0/3] sql: remove zName and nColumn from SQL' \
    /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