From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> To: Roman Khabibov <roman.habibov@tarantool.org>, tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH 0/2] Add constraint names hash table to space Date: Wed, 13 Nov 2019 00:04:33 +0100 [thread overview] Message-ID: <47d31f47-c137-f46e-d695-cf962f0d5ab0@tarantool.org> (raw) In-Reply-To: <cover.1573566885.git.roman.habibov@tarantool.org> Hi! Thanks for the patchset! On 12/11/2019 15:02, Roman Khabibov wrote: > I know, that this patchset requires more tests. I will add them in > the next answer. For now look at the code. > Please, write tests, if you have more. All the new code should be covered. Tests are needed regardless of what I am going to comment. Put branch and issue links here, not in the end. Otherwise they are considered a comment in my email client, and are not added to a response email. > Roman Khabibov (2): > box: introduce constraint names hash table > sql: make constraint operations transactional > > src/box/alter.cc | 254 +++++++++++++++++++++++++++++-- > src/box/space.c | 46 ++++++ > src/box/space.h | 40 +++++ > test/sql-tap/constraint.test.lua | 244 +++++++++++++++++++++++++++++ > 4 files changed, 574 insertions(+), 10 deletions(-) > create mode 100755 test/sql-tap/constraint.test.lua >
prev parent reply other threads:[~2019-11-12 22:58 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-11-12 14:02 Roman Khabibov 2019-11-12 14:02 ` [Tarantool-patches] [PATCH 1/2] box: introduce constraint names hash table Roman Khabibov 2019-11-12 14:17 ` Cyrill Gorcunov 2019-11-12 22:30 ` Roman Khabibov 2019-11-12 23:04 ` Vladislav Shpilevoy 2019-11-12 14:02 ` [Tarantool-patches] [PATCH 2/2] sql: make constraint operations transactional Roman Khabibov 2019-11-12 23:04 ` Vladislav Shpilevoy 2019-11-12 23:04 ` Vladislav Shpilevoy [this message]
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=47d31f47-c137-f46e-d695-cf962f0d5ab0@tarantool.org \ --to=v.shpilevoy@tarantool.org \ --cc=roman.habibov@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/2] Add constraint names hash table to space' \ /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