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 284EE2C0D5 for ; Thu, 4 Oct 2018 12:27:33 -0400 (EDT) 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 3A7TUYs5Gci5 for ; Thu, 4 Oct 2018 12:27:33 -0400 (EDT) Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 6DD942A9FC for ; Thu, 4 Oct 2018 12:27:32 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [tarantool-patches] Re: [PATCH 0/3] Delete foreign_keys and ignore_check_constraints pragmas From: "n.pettik" In-Reply-To: Date: Thu, 4 Oct 2018 19:27:24 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: 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: Kirill Yukhin , Alex Khatskevich Now patchset LGTM. > Issue: https://github.com/tarantool/tarantool/issues/3696 > Branch: = https://github.com/tarantool/tarantool/tree/kh/gh-3696-delete-pragmas-2 >=20 > Those pragmas let a user turn off constraint checks. > They are considered useless and dangerous. >=20 > AKhatskevich (3): > sql: delete unused code > sql: delete foreign_keys pragma > sql: delete ignore_check_constraints pragma