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 278A4252D7 for ; Fri, 11 Jan 2019 09:14:21 -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 HWR9lu3OT2jx for ; Fri, 11 Jan 2019 09:14:21 -0500 (EST) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 D18C62506C for ; Fri, 11 Jan 2019 09:14:20 -0500 (EST) Date: Fri, 11 Jan 2019 17:14:19 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v1 4/4] sql: make sql checks on server side Message-ID: <20190111141418.GE31711@chai> References: <2d7c73e83bcee024ffcc095854a31bcd46f6ccab.1547128310.git.kshcherbatov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2d7c73e83bcee024ffcc095854a31bcd46f6ccab.1547128310.git.kshcherbatov@tarantool.org> 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, Kirill Shcherbatov * Kirill Shcherbatov [19/01/10 23:12]: > To make SQL CHECKS on space insertion in LUA we have introduced > a new sql_check class containing precompiled reusable VDBE making > required validations. It has been parameterized with binding > parameters to map a tuple to be inserted in VDBE memory and > to manage checks to be performed on UPDATE operation. What happens when I disable triggers on a space? Does this disable check constraints as well? -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov