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 7B442200C2F for ; Mon, 6 Mar 2017 17:04:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 79FAA160B76; Mon, 6 Mar 2017 16:04:37 +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 C4231160B73 for ; Mon, 6 Mar 2017 17:04:36 +0100 (CET) Received: (qmail 26496 invoked by uid 500); 6 Mar 2017 16:04:36 -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 26487 invoked by uid 99); 6 Mar 2017 16:04:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2017 16:04:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 7EC40C1917 for ; Mon, 6 Mar 2017 16:04:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.901 X-Spam-Level: X-Spam-Status: No, score=0.901 tagged_above=-999 required=6.31 tests=[KAM_LOTSOFHASH=0.25, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 70pAh6w9brvZ for ; Mon, 6 Mar 2017 16:04:34 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 00C3D5F479 for ; Mon, 6 Mar 2017 16:04:34 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 335EEE0419 for ; Mon, 6 Mar 2017 16:04:33 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id E50EE2416A for ; Mon, 6 Mar 2017 16:04:32 +0000 (UTC) Date: Mon, 6 Mar 2017 16:04:32 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-4690) CPP: Support java.sql.Time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Mar 2017 16:04:37 -0000 [ https://issues.apache.org/jira/browse/IGNITE-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15897557#comment-15897557 ] ASF GitHub Bot commented on IGNITE-4690: ---------------------------------------- GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/1598 IGNITE-4690: CPP: Added support for Time type You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4690 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1598.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 #1598 ---- commit fa9bb269e0713925b1375add5b22ea75d77f41f6 Author: Igor Sapego Date: 2017-03-03T14:42:34Z IGNITE-4690: Added ignite::Time type commit 783ba65ce790c3a73c31824067382ef84de53ee8 Author: Igor Sapego Date: 2017-03-03T15:59:59Z IGNITE-4690: Implemented reading and writing of Time. Untested. commit d496d78b17c86f177481bd5072e312b814f97aa3 Author: Igor Sapego Date: 2017-03-03T16:34:03Z IGNITE-4690: Added basic tests commit a55f03d65f41ad3438e9f0e12e0ed91b767488c1 Author: Igor Sapego Date: 2017-03-03T17:01:11Z IGNITE-4690: Added more tests commit 8e0598a1ad24f048d64f86b7790202f50b1e0cea Author: Igor Sapego Date: 2017-03-06T16:01:35Z IGNITE-4690: Added query test for the Time type. ---- > CPP: Support java.sql.Time > -------------------------- > > Key: IGNITE-4690 > URL: https://issues.apache.org/jira/browse/IGNITE-4690 > Project: Ignite > Issue Type: Task > Components: platforms > Reporter: Vladimir Ozerov > Assignee: Igor Sapego > Fix For: 2.0 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346)