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 96BE323D9A for ; Tue, 31 Jul 2018 03:16:46 -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 BBxV9J8e0dq5 for ; Tue, 31 Jul 2018 03:16:46 -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 F291323D72 for ; Tue, 31 Jul 2018 03:16:45 -0400 (EDT) Date: Tue, 31 Jul 2018 10:16:43 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 1/1] sql: UPPER and LOWER support COLLATE Message-ID: <20180731071643.yifcmlznew7shdsq@tarantool.org> References: <2c8027b8d79da5b909cfbb4e9d0688615ff71cee.1532964363.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2c8027b8d79da5b909cfbb4e9d0688615ff71cee.1532964363.git.imeevma@gmail.com> 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: v.shpilevoy@tarantool.org Hello, On 30 июл 18:30, imeevma@tarantool.org wrote: > SQL functions UPPER and LOWER now works > with COLLATE as they should according to > ANSI Standart. > > Closes #3052. > --- > Branch: https://github.com/tarantool/tarantool/tree/imeevma/gh-3052-collate-for-upper-lower > Issue: https://github.com/tarantool/tarantool/issues/3052 I've checked in your patch into 2.0 branch. -- Regards, Kirill Yukhin