From: Kirill Yukhin <kyukhin@tarantool.org> To: Roman Khabibov <roman.habibov@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH] sql: display collation in metadata for scalar Date: Wed, 10 Jun 2020 17:00:38 +0300 [thread overview] Message-ID: <20200610140038.cakjpgjlo4hlkbut@tarantool.org> (raw) In-Reply-To: <20200610124701.13055-1-roman.habibov@tarantool.org> Hello, Thanks for the patch. Few nits inlined. Where is ChangeLog entry? Fix it and it will be LGTM. On 10 июн 15:47, Roman Khabibov wrote: > Fix bug with the display of collation for scalar fields in Double space. > <SELECT> result, when sql_full_metadata is enabled. > > Closes #4755 > --- > > Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-4755-scalar-collation > Issue: https://github.com/tarantool/tarantool/issues/4755 > > src/box/sql/select.c | 7 +-- > .../gh-4755-scalar-collation-metadata.result | 52 +++++++++++++++++++ > ...gh-4755-scalar-collation-metadata.test.lua | 18 +++++++ > 3 files changed, 74 insertions(+), 3 deletions(-) > create mode 100644 test/sql/gh-4755-scalar-collation-metadata.result > create mode 100755 test/sql/gh-4755-scalar-collation-metadata.test.lua > > diff --git a/test/sql/gh-4755-scalar-collation-metadata.result b/test/sql/gh-4755-scalar-collation-metadata.result > new file mode 100644 > index 000000000..eef2d86ad > --- /dev/null > +++ b/test/sql/gh-4755-scalar-collation-metadata.result > @@ -0,0 +1,52 @@ > +-- test-run result file version 2 > +env = require('test_run') > + | --- > + | ... > +test_run = env.new() > + | --- > + | ... > + > +-- > +-- gh-4755: Collation in metadata must be displayed as for string > +-- filed as for scalar field. Start with lowercase, please. Re-phrase it: "... for both string and scalar field types ..." -- Regards, Kirill Yukhin
next prev parent reply other threads:[~2020-06-10 14:00 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-10 12:47 Roman Khabibov 2020-06-10 14:00 ` Kirill Yukhin [this message] 2020-06-11 21:03 ` Roman Khabibov 2020-06-15 15:01 ` Kirill Yukhin -- strict thread matches above, loose matches on Subject: below -- 2020-04-17 11:09 Roman Khabibov 2020-05-18 10:26 ` Mergen Imeev 2020-06-03 18:56 ` Roman Khabibov
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=20200610140038.cakjpgjlo4hlkbut@tarantool.org \ --to=kyukhin@tarantool.org \ --cc=roman.habibov@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH] sql: display collation in metadata for scalar' \ /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