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 107C82D7BB for ; Mon, 29 Oct 2018 13:19:35 -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 dT2CXNBCp07K for ; Mon, 29 Oct 2018 13:19:35 -0400 (EDT) Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (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 4F7BA2D6E3 for ; Mon, 29 Oct 2018 13:19:34 -0400 (EDT) Date: Mon, 29 Oct 2018 20:19:32 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] jdbc: fix date/time parameters binding Message-ID: <20181029171932.t6yxjgwq6x5r2vw6@tkn_work_nb> References: <1539172100-10669-1-git-send-email-ztarvos@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1539172100-10669-1-git-send-email-ztarvos@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: Sergei Kalashnikov Cc: tarantool-patches@freelists.org Pushed to connector-1.8.jdbc. WBR, Alexander Turenko. On Wed, Oct 10, 2018 at 02:48:20PM +0300, Sergei Kalashnikov wrote: > Fixed exception when packing date/time parameters of prepared statement. > Added test for parameter binding methods. > > Closes #43 > --- > https://github.com/tarantool/tarantool-java/issues/43 > https://github.com/ztarvos/tarantool-java/commits/gh-43-fix-jdbc-datetime-param