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 B582F2A52C for ; Tue, 18 Sep 2018 05:36:40 -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 DHItTWDAHqf9 for ; Tue, 18 Sep 2018 05:36:40 -0400 (EDT) Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (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 126992A2F1 for ; Tue, 18 Sep 2018 05:36:38 -0400 (EDT) Date: Tue, 18 Sep 2018 12:33:07 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] jdbc: fix NPE in update Message-ID: <20180918093306.7rr2ajvp6zgxn4ct@tkn_work_nb> References: <1537196954-23804-1-git-send-email-ztarvos@gmail.com> <20180917230608.q7li5cy2s2xaywtz@tkn_work_nb> <20180918091746.GA13098@daedra.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180918091746.GA13098@daedra.localdomain> 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: Sergei Kalashnikov Cc: tarantool-patches Thanks! I have checked in the patch into connector-1.8.jdbc branch. WBR, Alexander Turenko. On Tue, Sep 18, 2018 at 12:17:51PM +0300, Sergei Kalashnikov wrote: > Hi Alexander, > > Thank you for the review. Please find my replies inline below. > I also put corrected patch at the very end of this mail. > > -- > Best Regards, > Sergei Kalashnikov