From: Mergen Imeev <imeevma@tarantool.org> To: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH v3 3/5] sql: introduce SET statement Date: Thu, 28 Nov 2019 11:56:50 +0300 [thread overview] Message-ID: <20191128085650.GA8088@tarantool.org> (raw) In-Reply-To: <3062f665-907c-7860-bbbd-430c89b6a66e@tarantool.org> On Thu, Nov 28, 2019 at 12:03:52AM +0100, Vladislav Shpilevoy wrote: > On 27/11/2019 11:33, Mergen Imeev wrote: > > Hi! Thanks for the suggestion! I think your points are correct, > > but I think we should create a new issue after pushing SET. > > Issue #4621 about using VDBE in SET/control pragmas. All other > > pragmas already use VDBE. Since SET will use VDBE, I think we > > should close #4621 with #4511. > > I see that we have different understanding of what it means - use > VDBE. I mean, that option value should be get/set at runtime. > Currently the only thing runtime does is return of metadata. All > the actual work happens at compile time. > > To make binding works the only solution is to make > PRAGMA/SET/whatever work at runtime totally. When you will > properly move PRAGMA/SET to VDBE, you will get bindings for > free. > I see. Now I understand what you meant earlier. I added a comment to #4621 and replaced “Closes #4621” with “Part of #4621” in the commit message. Link to comment: https://github.com/tarantool/tarantool/issues/4621#issuecomment-559399461 > The patchset LGTM. Perhaps. I don't really know what is > our plan on session and SQL settings, so I can only approve the > technical part. > > Seems like in our team design decisions about everything work > like 'lets see what PostgreSQL/MySQL/Ya.DB do, and we will do > literally the same'.
next prev parent reply other threads:[~2019-11-28 8:56 UTC|newest] Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-11-07 10:36 [Tarantool-patches] [PATCH v3 0/5] Replace control pragmas by SET imeevma 2019-11-07 10:36 ` [Tarantool-patches] [PATCH v3 1/5] sysview: make get() and create_iterator() methods virtual imeevma 2019-11-07 10:36 ` [Tarantool-patches] [PATCH v3 2/5] box: introdice _vsession_settings sysview imeevma 2019-11-07 10:36 ` [Tarantool-patches] [PATCH v3 3/5] sql: introduce SET statement imeevma 2019-11-07 12:40 ` Vladislav Shpilevoy 2019-11-07 14:12 ` Mergen Imeev 2019-11-11 21:56 ` Vladislav Shpilevoy 2019-11-15 14:06 ` Mergen Imeev 2019-11-17 17:26 ` Vladislav Shpilevoy 2019-11-17 20:32 ` Vladislav Shpilevoy 2019-11-27 10:33 ` Mergen Imeev 2019-11-27 23:03 ` Vladislav Shpilevoy 2019-11-27 23:07 ` Vladislav Shpilevoy 2019-11-27 23:09 ` Vladislav Shpilevoy 2019-11-28 8:59 ` Mergen Imeev 2019-11-28 8:56 ` Mergen Imeev [this message] 2019-11-07 10:36 ` [Tarantool-patches] [PATCH v3 4/5] temporary: disable boolean.test.sql imeevma 2019-11-07 10:37 ` [Tarantool-patches] [PATCH v3 5/5] sql: replace control pragmas imeevma 2019-12-06 11:37 ` [Tarantool-patches] [PATCH v3 0/5] Replace control pragmas by SET Kirill Yukhin 2019-12-06 13:50 ` Mergen Imeev 2019-12-06 14:06 ` Sergey Ostanevich 2019-12-17 22:11 ` Alexander Turenko 2019-12-18 2:39 ` Peter Gulutzan 2019-12-18 17:39 ` Peter Gulutzan 2019-12-19 9:59 ` Mergen Imeev 2019-12-19 17:35 ` Peter Gulutzan 2019-12-19 17:51 ` Mergen Imeev 2019-12-19 21:09 ` Vladislav Shpilevoy 2019-12-18 10:20 ` Kirill Yukhin 2019-12-18 10:53 ` Alexander Turenko
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=20191128085650.GA8088@tarantool.org \ --to=imeevma@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v3 3/5] sql: introduce SET statement' \ /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