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 188392BF68 for ; Fri, 5 Apr 2019 10:57:55 -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 01iw5pfUFUFY for ; Fri, 5 Apr 2019 10:57:54 -0400 (EDT) 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 35A352BF58 for ; Fri, 5 Apr 2019 10:57:54 -0400 (EDT) From: Ivan Koptelov Subject: [tarantool-patches] [PATCH 0/2] sql: make aggregate functions types more strict Date: Fri, 5 Apr 2019 17:57:42 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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, korablev@tarantool.org Cc: Ivan Koptelov In this patches we make aggregate functions more type strict. First patch contain only some preparatory refactoring and the second patch contain actual changes. Ivan Koptelov (2): sql: make aggregate functions types more strict sql: make aggregate functions types more strict Branch https://github.com/tarantool/tarantool/tree/sudobobo/gh-4032-strict-aggr-funcs-types Issue https://github.com/tarantool/tarantool/issues/4032 src/box/sql/func.c | 99 ++++++++++++++++++++++++++------- src/box/sql/select.c | 15 ++++- test/sql-tap/func5.test.lua | 50 ++++++++++++++++- test/sql-tap/minmax4.test.lua | 101 +++++++++++++++++++++++++++++++++- test/sql-tap/select1.test.lua | 12 +--- test/sql-tap/select5.test.lua | 4 +- 6 files changed, 244 insertions(+), 37 deletions(-) -- 2.20.1