From commits-return-7883-archive-asf-public=cust-asf.ponee.io@trafodion.apache.org Sun Jun 24 00:32:45 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DCB291807AC for ; Sun, 24 Jun 2018 00:32:43 +0200 (CEST) Received: (qmail 39122 invoked by uid 500); 23 Jun 2018 22:32:42 -0000 Mailing-List: contact commits-help@trafodion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@trafodion.apache.org Delivered-To: mailing list commits@trafodion.apache.org Received: (qmail 38869 invoked by uid 99); 23 Jun 2018 22:32:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jun 2018 22:32:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4CCD5E113B; Sat, 23 Jun 2018 22:32:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ansharma@apache.org To: commits@trafodion.apache.org Date: Sat, 23 Jun 2018 22:32:53 -0000 Message-Id: <58357311c0894212ba0c01233a69d629@git.apache.org> In-Reply-To: <2a7d2388010d40eca9e75d7ce160f3c4@git.apache.org> References: <2a7d2388010d40eca9e75d7ce160f3c4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/12] trafodion git commit: PR-1616 TRAFODION-3115 Support nanosec precision for Timestamp/Interval datatypes PR-1616 TRAFODION-3115 Support nanosec precision for Timestamp/Interval datatypes Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/0a6b6120 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/0a6b6120 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/0a6b6120 Branch: refs/heads/master Commit: 0a6b612043e0d044d032584f9282fb16c5109c52 Parents: c0a125e 0cfb3b7 Author: Anoop Sharma Authored: Sat Jun 23 22:32:25 2018 +0000 Committer: Anoop Sharma Committed: Sat Jun 23 22:32:25 2018 +0000 ---------------------------------------------------------------------- .../trafodion/jdbc/t4/InterfaceResultSet.java | 6 - core/sql/bin/SqlciErrors.txt | 3 +- core/sql/cli/Descriptor.cpp | 4 +- core/sql/common/DateTimeType.cpp | 28 +- core/sql/common/DatetimeType.h | 5 +- core/sql/common/IntervalType.cpp | 14 +- core/sql/common/IntervalType.h | 3 +- core/sql/common/NAType.cpp | 2 +- core/sql/exp/ExpConvMxcs.cpp | 2 +- core/sql/exp/ExpErrorEnums.h | 1 + core/sql/exp/exp_arith.cpp | 444 +- core/sql/exp/exp_bignum.h | 17 +- core/sql/exp/exp_conv.cpp | 6 + core/sql/exp/exp_datetime.cpp | 243 +- core/sql/exp/exp_datetime.h | 12 +- core/sql/exp/exp_fixup.cpp | 6 +- core/sql/langman/LmLangManagerJava.cpp | 4 +- core/sql/optimizer/QRDescGenerator.cpp | 15 +- core/sql/regress/compGeneral/EXPECTED071 | 4 +- core/sql/regress/core/EXPECTED162 | 762 +-- core/sql/regress/core/TEST038 | 2 +- core/sql/regress/executor/EXPECTED022.SB | 6043 ++---------------- core/sql/regress/executor/TEST022 | 1088 ++-- core/sql/regress/hive/EXPECTED001 | 762 +-- core/sql/regress/hive/EXPECTED004 | 28 +- core/sql/regress/hive/EXPECTED005 | 34 +- core/sql/regress/seabase/EXPECTED002 | 250 +- core/sql/regress/udr/EXPECTED100.SB | 26 +- core/sql/regress/udr/TEST100 | 13 +- core/sql/regress/udr/t100.java | 4 + core/sql/sqlci/SqlCmd.cpp | 19 +- .../java/org/trafodion/sql/udr/TypeInfo.java | 18 +- 32 files changed, 2574 insertions(+), 7294 deletions(-) ----------------------------------------------------------------------