Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1F9E4200BFF for ; Mon, 12 Dec 2016 15:06:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1E349160B0D; Mon, 12 Dec 2016 14:06:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 62C5F160B30 for ; Mon, 12 Dec 2016 15:06:01 +0100 (CET) Received: (qmail 63324 invoked by uid 500); 12 Dec 2016 14:06:00 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 63259 invoked by uid 99); 12 Dec 2016 14:06:00 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2016 14:06:00 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 093142C03E4 for ; Mon, 12 Dec 2016 14:06:00 +0000 (UTC) Date: Mon, 12 Dec 2016 14:06:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-4413) .NET: SqlQuery with DateTime arguments does not work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 12 Dec 2016 14:06:02 -0000 [ https://issues.apache.org/jira/browse/IGNITE-4413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15741987#comment-15741987 ] ASF GitHub Bot commented on IGNITE-4413: ---------------------------------------- GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/1341 IGNITE-4413 .NET: Fix DateTime argument handling in SqlQuery You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-4413 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1341.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1341 ---- commit e71b900b052f99425940437018a5bf3e2c1aa1f7 Author: Pavel Tupitsyn Date: 2016-12-12T13:23:54Z IGNITE-4413 .NET: SqlQuery with DateTime arguments does not work commit 0979a57dbab1db630d4870faab8be78ea230f853 Author: Pavel Tupitsyn Date: 2016-12-12T13:28:25Z wip commit bb75df3f2bf714d71824dae6908ff8181829e4b0 Author: Pavel Tupitsyn Date: 2016-12-12T13:39:33Z revert commit a154406b8de2b4b4aaae19ba7581145c330e190b Author: Pavel Tupitsyn Date: 2016-12-12T13:42:54Z wip commit 5f240fe60e59ead1bdde5c0cfbe9fe5dc23b6f8a Author: Pavel Tupitsyn Date: 2016-12-12T13:50:33Z wip tests commit 9700a492137e9df570c0dc4397ab7f0bb4872386 Author: Pavel Tupitsyn Date: 2016-12-12T14:02:53Z Fix DateTime args serialization commit 65f1c0dd9d85f67805b0458e6771ce5f35d0228a Author: Pavel Tupitsyn Date: 2016-12-12T14:04:43Z Fix test ---- > .NET: SqlQuery with DateTime arguments does not work > ---------------------------------------------------- > > Key: IGNITE-4413 > URL: https://issues.apache.org/jira/browse/IGNITE-4413 > Project: Ignite > Issue Type: Bug > Components: platforms > Affects Versions: 1.6, 1.7, 1.8 > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Labels: .NET > Fix For: 2.0 > > > DateTime arguments are serialized incorrectly when using SqlQuery. > This is not the case with SqlFieldsQuery and LINQ. See CacheImpl.WriteQueryArgs and QueryBase.WriteQueryArgs. > To reproduce: > {code} > new SqlQuery("where datefrom <= ?", DateTime.UtcNow) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)