Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH v3 0/2] sql: return last_insert_id via IPROTO
@ 2018-08-24 10:57 imeevma
  2018-08-24 10:57 ` [tarantool-patches] [PATCH v3 1/2] sql: move autoincrement in vdbe imeevma
  2018-08-24 10:57 ` [tarantool-patches] [PATCH v3 2/2] sql: return last_insert_id via IPROTO imeevma
  0 siblings, 2 replies; 5+ messages in thread
From: imeevma @ 2018-08-24 10:57 UTC (permalink / raw)
  To: tarantool-patches, korablev; +Cc: v.shpilevoy

This patch-set add new data to metadata returned via IPROTO
after some SQL statements.

Branch: https://github.com/tarantool/tarantool/tree/imeevma/gh-2618-return-generated-columns-and-values
Issue: https://github.com/tarantool/tarantool/issues/2618

Mergen Imeev (2):
  sql: move autoincrement in vdbe
  sql: return last_insert_id via IPROTO

 src/box/execute.c                       |  11 +-
 src/box/execute.h                       |   1 +
 src/box/lua/net_box.c                   |  10 +-
 src/box/session.cc                      |   1 +
 src/box/session.h                       |   5 +
 src/box/sql/func.c                      |  19 ++++
 src/box/sql/insert.c                    |  13 ++-
 src/box/sql/vdbe.c                      |  18 +++-
 src/box/sql/vdbeInt.h                   |   5 +
 test/sql-tap/insert3.test.lua           |  27 ++++-
 test/sql/errinj.result                  |   3 +-
 test/sql/gh-2981-check-autoinc.result   |  13 +++
 test/sql/gh-2981-check-autoinc.test.lua |   6 +-
 test/sql/iproto.result                  | 181 ++++++++++++++++++++++++++------
 test/sql/iproto.test.lua                |  20 ++++
 15 files changed, 289 insertions(+), 44 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-08-27 14:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24 10:57 [tarantool-patches] [PATCH v3 0/2] sql: return last_insert_id via IPROTO imeevma
2018-08-24 10:57 ` [tarantool-patches] [PATCH v3 1/2] sql: move autoincrement in vdbe imeevma
2018-08-27 14:27   ` [tarantool-patches] " n.pettik
2018-08-24 10:57 ` [tarantool-patches] [PATCH v3 2/2] sql: return last_insert_id via IPROTO imeevma
2018-08-27 14:25   ` [tarantool-patches] " n.pettik

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