From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 0544D20897 for ; Fri, 21 Dec 2018 02:40:11 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JayA0PR6gTKN for ; Fri, 21 Dec 2018 02:40:10 -0500 (EST) Received: from smtp32.i.mail.ru (smtp32.i.mail.ru [94.100.177.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id B5A9E207AC for ; Fri, 21 Dec 2018 02:40:10 -0500 (EST) Date: Fri, 21 Dec 2018 10:40:08 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: test to check that FK constraint does not fail Message-ID: <20181221074008.37zasoyimljvmsnv@tarantool.org> References: <27b3be7947c199d2b689c3a2c1401bbb9086756e.1545247320.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <27b3be7947c199d2b689c3a2c1401bbb9086756e.1545247320.git.imeevma@gmail.com> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: korablev@tarantool.org Hello, On 19 Dec 22:23, imeevma@tarantool.org wrote: > The issue has been closed by commit 3eb796a. To check that > everything is working fine, a test has been added. > > Closes #3644 > --- > https://github.com/tarantool/tarantool/issues/3644 > https://github.com/tarantool/tarantool/tree/imeevma/gh-3644-foreign-key-update-with-unicode_ci I've checked the patch into 2.1 branch. -- Regards, Kirill Yukhin