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 DE9D8301CF for ; Wed, 14 Nov 2018 23:57:33 -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 wfsrSCDMVtnm for ; Wed, 14 Nov 2018 23:57:33 -0500 (EST) Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 98A69301CE for ; Wed, 14 Nov 2018 23:57:33 -0500 (EST) Date: Thu, 15 Nov 2018 07:57:31 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal Message-ID: <20181115045731.kuclf5q6yqpeca3y@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: avkhatskevich@tarantool.org, "N.Tatunov" Hello, On 16 Aug 20:00, N.Tatunov wrote: > Branch: https://github.com/tarantool/tarantool/tree/N_Tatunov/gh-3251-where-like-hanging > Issues: > https://github.com/tarantool/tarantool/issues/3251 > https://github.com/tarantool/tarantool/issues/3334 > https://github.com/tarantool/tarantool/issues/3589 > https://github.com/tarantool/tarantool/issues/3572 > > Currently we have internal functions for pattern comparisons that are > hanging in certain situations. This patch-set is aimed on refactoring > these functions, fixing possible bugs including the ones that are known. > Also since we want to get close to ANSI SQL it was decided that we're > going to remove GLOB from Tarantool. And due to changes in comparisons > some tests containing GLOB would need refactoring. Thus in order not to > refactor tests that are anyways going to be removed it is quite > convenient to remove GLOB support in the same patch-set. I've checked in the patchset into 2.1 branch. -- Regards, Kirill Yukhin