From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> To: Kirill Shcherbatov <kshcherbatov@tarantool.org>, tarantool-patches@freelists.org Subject: [tarantool-patches] Re: [PATCH v5 0/3] sql: refactor SQL Parser structures Date: Fri, 11 May 2018 11:58:13 +0300 [thread overview] Message-ID: <e8565aa1-f5e0-439c-04ad-0a1084b54c99@tarantool.org> (raw) In-Reply-To: <cover.1526028449.git.kshcherbatov@tarantool.org> On 11/05/2018 11:49, Kirill Shcherbatov wrote: > Branch: http://github.com/tarantool/tarantool/tree/gh-3272-no-sql-names > Issue: https://github.com/tarantool/tarantool/issues/3272 Hello. Describe the changes here, and why they are needed. > > Kirill Shcherbatov (3): > sql: fix code style in sqlite3Pragma > sql: remove SQL fields from Table and Column > sql: space_def* instead of Table* in Expr > > src/box/field_def.c | 1 + > src/box/field_def.h | 20 +++ > src/box/space_def.c | 29 ++-- > src/box/sql.c | 134 +++++++++++++---- > src/box/sql.h | 33 +++++ > src/box/sql/alter.c | 55 ++++--- > src/box/sql/analyze.c | 16 +- > src/box/sql/build.c | 378 ++++++++++++++++++++++++++---------------------- > src/box/sql/delete.c | 25 ++-- > src/box/sql/expr.c | 119 ++++++++------- > src/box/sql/fkey.c | 51 +++---- > src/box/sql/hash.c | 5 +- > src/box/sql/hash.h | 2 +- > src/box/sql/insert.c | 106 ++++++++------ > src/box/sql/pragma.c | 96 ++++++------ > src/box/sql/prepare.c | 45 +++--- > src/box/sql/resolve.c | 32 ++-- > src/box/sql/select.c | 183 +++++++++++++---------- > src/box/sql/sqliteInt.h | 78 +++++----- > src/box/sql/tokenize.c | 5 +- > src/box/sql/treeview.c | 2 +- > src/box/sql/trigger.c | 7 +- > src/box/sql/update.c | 58 ++++---- > src/box/sql/util.c | 9 -- > src/box/sql/vdbe.c | 2 +- > src/box/sql/vdbeaux.c | 25 +--- > src/box/sql/where.c | 25 ++-- > src/box/sql/wherecode.c | 23 +-- > src/box/sql/whereexpr.c | 8 +- > 29 files changed, 899 insertions(+), 673 deletions(-) >
next prev parent reply other threads:[~2018-05-11 8:58 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-05-11 8:49 [tarantool-patches] " Kirill Shcherbatov 2018-05-11 8:49 ` [tarantool-patches] [PATCH v5 1/3] sql: fix code style in sqlite3Pragma Kirill Shcherbatov 2018-05-11 20:59 ` [tarantool-patches] " Vladislav Shpilevoy 2018-05-11 8:49 ` [tarantool-patches] [PATCH v5 2/3] sql: remove SQL fields from Table and Column Kirill Shcherbatov 2018-05-11 20:59 ` [tarantool-patches] " Vladislav Shpilevoy 2018-05-14 11:20 ` Kirill Shcherbatov 2018-05-14 13:39 ` Vladislav Shpilevoy 2018-05-15 15:56 ` Kirill Shcherbatov 2018-05-11 8:49 ` [tarantool-patches] [PATCH v5 3/3] sql: space_def* instead of Table* in Expr Kirill Shcherbatov 2018-05-11 20:59 ` [tarantool-patches] " Vladislav Shpilevoy 2018-05-14 11:20 ` Kirill Shcherbatov 2018-05-11 8:58 ` Vladislav Shpilevoy [this message] 2018-05-11 19:40 ` [tarantool-patches] Re[2]: [tarantool-patches] [PATCH v5 0/3] sql: refactor SQL Parser structures 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=e8565aa1-f5e0-439c-04ad-0a1084b54c99@tarantool.org \ --to=v.shpilevoy@tarantool.org \ --cc=kshcherbatov@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='[tarantool-patches] Re: [PATCH v5 0/3] sql: refactor SQL Parser structures' \ /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