From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 dev.tarantool.org (Postfix) with ESMTPS id 0F54F43D678 for ; Wed, 16 Oct 2019 17:10:12 +0300 (MSK) References: <05d61e713763e45d0e1d59d8c71699f9820a42cc.1568639944.git.kshcherbatov@tarantool.org> <20190925155156.GA42042@tarantool.org> <673fe725-f68d-e4f6-3ed0-25a4bc6255ad@tarantool.org> <20191015131036.GA88253@tarantool.org> From: Kirill Shcherbatov Message-ID: Date: Wed, 16 Oct 2019 17:10:09 +0300 MIME-Version: 1.0 In-Reply-To: <20191015131036.GA88253@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [tarantool-patches] Re: [PATCH v1 1/3] sql: errors for UDFs returning too many values List-Id: Tarantool development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@freelists.org, Nikita Pettik Cc: tarantool-patches@dev.tarantool.org > Why not add new errcode? Like "SQL expects exactly one argument returned > from %s, got %d".. Done. > > Please add asserts below and fixme comment (since actually vectors are > supported in SQL). > > assert(argc == 1); > Same here. Done.