Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v2 0/2] Support column addition with <ALTER TABLE>
@ 2020-04-03 15:27 Roman Khabibov
  2020-04-03 15:27 ` [Tarantool-patches] [PATCH v2 1/2] sql: rename TK_COLUMN to TK_COLUMN_NAME Roman Khabibov
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Roman Khabibov @ 2020-04-03 15:27 UTC (permalink / raw)
  To: tarantool-patches; +Cc: v.shpilevoy

According to the SQL standard, column definition in a
<CREATE TABLE> and a <ALTER TABLE ADD COLUMN> is the same. So, I
decided to support Tarantool features like AUTOINCREMENT in the
alter column description.

Roman Khabibov (2):
  sql: rename TK_COLUMN to TK_COLUMN_NAME
  sql: support column addition

 extra/addopcodes.sh          |   2 +-
 extra/mkkeywordhash.c        |   5 +-
 src/box/errcode.h            |   2 +
 src/box/schema_def.h         |   1 +
 src/box/sql/alter.c          |   1 +
 src/box/sql/build.c          | 596 +++++++++++++++++++++++------------
 src/box/sql/expr.c           |  42 +--
 src/box/sql/fk_constraint.c  |   2 +-
 src/box/sql/parse.y          |  45 ++-
 src/box/sql/parse_def.h      |  62 ++--
 src/box/sql/prepare.c        |   8 +-
 src/box/sql/resolve.c        |  10 +-
 src/box/sql/select.c         |  10 +-
 src/box/sql/sqlInt.h         |  58 +++-
 src/box/sql/treeview.c       |   2 +-
 src/box/sql/where.c          |  18 +-
 src/box/sql/whereexpr.c      |  12 +-
 test/box/error.result        |   2 +
 test/sql/add-column.result   | 231 ++++++++++++++
 test/sql/add-column.test.lua |  87 +++++
 20 files changed, 892 insertions(+), 304 deletions(-)
 create mode 100644 test/sql/add-column.result
 create mode 100644 test/sql/add-column.test.lua

-- 
2.21.0 (Apple Git-122)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-11-18 23:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03 15:27 [Tarantool-patches] [PATCH v2 0/2] Support column addition with <ALTER TABLE> Roman Khabibov
2020-04-03 15:27 ` [Tarantool-patches] [PATCH v2 1/2] sql: rename TK_COLUMN to TK_COLUMN_NAME Roman Khabibov
2020-04-24 22:55   ` Vladislav Shpilevoy
2020-08-11  0:34     ` Roman Khabibov
2020-04-03 15:27 ` [Tarantool-patches] [PATCH v2 2/2] sql: support column addition Roman Khabibov
2020-04-24 22:56   ` Vladislav Shpilevoy
2020-07-06 13:37     ` Roman Khabibov
2020-07-12 16:45       ` Vladislav Shpilevoy
2020-08-11  0:34         ` Roman Khabibov
2020-08-19 22:20           ` Vladislav Shpilevoy
2020-09-11 21:51             ` Roman Khabibov
2020-04-03 17:40 ` [Tarantool-patches] [PATCH v2 0/2] Support column addition with <ALTER TABLE> Roman Khabibov
2020-11-18 17:23 ` Alexander V. Tikhonov
2020-11-18 23:07   ` Nikita Pettik

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