From: Konstantin Osipov <kostja@tarantool.org> To: Alexander Turenko <alexander.turenko@tarantool.org> Cc: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>, tarantool-patches@freelists.org, Kirill Shcherbatov <kshcherbatov@tarantool.org> Subject: [tarantool-patches] Re: [PATCH v1 1/3] box: rfc for stacked diagnostic area in Tarantool Date: Mon, 12 Aug 2019 23:35:11 +0300 [thread overview] Message-ID: <20190812203511.GA32337@atlas> (raw) In-Reply-To: <20190808232900.bf6wj2g6of4cf6ti@tkn_work_nb> * Alexander Turenko <alexander.turenko@tarantool.org> [19/08/09 10:11]: > > > > > > > > Maybe we should use 'warnings' term here if this feature is intended to > > > be used for SQL warnings. If we want to use the proposed mechanics for > > > warnings, then my proposal re using 'cause' term looks doubtful. Don't > > > sure whether we should introduce some kind of warnings list for the > > > diagnostic area or reuse 'cause' / 'parent' / ... field of struct error. > > This is most confusing part for me. Say, we want to set a warning re > precision loss during execution a SQL query. The response will be > successful. There will not be an error to wrap this warning. How to > store the warning (it looks as a query-local object) and how to show it > in the response (in the binary protocol)? > > Another case: we emit a warning re precission loss and an error occurs > afterwards during the query execution (say, a constraint violation). The > warning is not a reason / cause / parent for the error and it is not > logical to using our current terms for this case. Warnings are an entirely different beast to stacked errors. When we get to supporting warnings, this will be a separate object in the diagnostics. > We want to support SQL stacked diagnostics and it seems that the current > proposal does not move us forward to them. I had read mysql docs on > that, but I hope the standard described quite same thing: > https://dev.mysql.com/doc/refman/5.6/en/diagnostics-area.html > > I think we need at least keep SQL stacked diagnostics in a mind and > explicitly decide whether we'll going (a bit?) forward to support them > within this issue / proposal / discussion. Yes. -- Konstantin Osipov, Moscow, Russia
next prev parent reply other threads:[~2019-08-12 20:35 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-08-01 11:13 [tarantool-patches] [PATCH v1 0/3] box: stacked diagnostics area in fiber Kirill Shcherbatov 2019-08-01 11:13 ` [tarantool-patches] [PATCH v1 1/3] box: rfc for stacked diagnostic area in Tarantool Kirill Shcherbatov 2019-08-05 21:16 ` [tarantool-patches] " Vladislav Shpilevoy [not found] ` <06bd2140-3d2b-4bc3-7bc4-5f3d293bf891@tarantool.org> 2019-08-06 20:50 ` Vladislav Shpilevoy 2019-08-07 23:27 ` Alexander Turenko 2019-08-08 20:46 ` Vladislav Shpilevoy 2019-08-08 23:29 ` Alexander Turenko 2019-08-09 19:25 ` Vladislav Shpilevoy 2019-08-12 20:35 ` Konstantin Osipov [this message] 2019-08-01 11:13 ` [tarantool-patches] [PATCH v1 2/3] box: stacked diagnostics area in fiber Kirill Shcherbatov 2019-08-05 21:16 ` [tarantool-patches] " Vladislav Shpilevoy 2019-08-01 11:13 ` [tarantool-patches] [PATCH v1 3/3] box: extend ffi error object API Kirill Shcherbatov 2019-08-05 21:18 ` [tarantool-patches] " Vladislav Shpilevoy 2019-08-06 7:56 ` Kirill Shcherbatov 2019-08-06 20:50 ` Vladislav Shpilevoy 2019-08-08 23:33 ` Alexander Turenko 2019-08-09 19:27 ` Vladislav Shpilevoy
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=20190812203511.GA32337@atlas \ --to=kostja@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=kshcherbatov@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=v.shpilevoy@tarantool.org \ --subject='[tarantool-patches] Re: [PATCH v1 1/3] box: rfc for stacked diagnostic area in Tarantool' \ /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