Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH v1 0/3] sql: set errors in VDBE using diag_set()
@ 2019-04-26 12:23 imeevma
  2019-04-26 12:23 ` [tarantool-patches] [PATCH v1 1/3] sql: remove error SQL_INTERRUPT imeevma
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: imeevma @ 2019-04-26 12:23 UTC (permalink / raw)
  To: korablev; +Cc: tarantool-patches

The main purpose of this patch is to make sure that after
executing VDBE with an error, diag will be set.

https://github.com/tarantool/tarantool/issues/4074
https://github.com/tarantool/tarantool/tree/imeevma/gh-4074-diag_set-in-vdbe

Mergen Imeev (3):
  sql: remove error SQL_INTERRUPT
  sql: remove error SQL_MISMATCH
  sql: set errors in VDBE using diag_set()

 src/box/execute.c             |  23 +--
 src/box/sql/main.c            |   2 -
 src/box/sql/malloc.c          |   4 -
 src/box/sql/sqlInt.h          |  13 --
 src/box/sql/tokenize.c        |   3 -
 src/box/sql/vdbe.c            | 419 +++++++++++++++---------------------------
 src/box/sql/vdbeInt.h         |  10 -
 src/box/sql/vdbeapi.c         |  41 +----
 src/box/sql/vdbeaux.c         |  61 ++----
 test/sql-tap/autoinc.test.lua |   2 +-
 10 files changed, 171 insertions(+), 407 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-04-26 12:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-26 12:23 [tarantool-patches] [PATCH v1 0/3] sql: set errors in VDBE using diag_set() imeevma
2019-04-26 12:23 ` [tarantool-patches] [PATCH v1 1/3] sql: remove error SQL_INTERRUPT imeevma
2019-04-26 12:23 ` [tarantool-patches] [PATCH v1 2/3] sql: remove error SQL_MISMATCH imeevma
2019-04-26 12:23 ` [tarantool-patches] [PATCH v1 3/3] sql: set errors in VDBE using diag_set() imeevma

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