You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by mashengchen <gi...@git.apache.org> on 2016/11/29 09:37:51 UTC

[GitHub] incubator-trafodion pull request #857: TRAFODION-2374 insert data through jd...

GitHub user mashengchen opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/857

    TRAFODION-2374 insert data through jdbc while column type is numeric will insert error data	

    insert negative numeric (-1) through jdbc addbatch while the column type is numeric(20,0).
    eg : prepStmt.setBigDecimal(1, new BigDecimal(-1));
    the result is a strange number. seemingly a overflow

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mashengchen/incubator-trafodion 2374

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/857.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 #857
    
----
commit e4838ec1e589a09fdedaa5445729e9f0110162bc
Author: mashengchen <ma...@gmail.com>
Date:   2016-11-24T08:24:17Z

    Merge pull request #1 from apache/master
    
    update

commit 1daecf1318d164261104a5bce51ae5a4bf2dc3ad
Author: mashengchen <ma...@gmail.com>
Date:   2016-11-29T09:28:19Z

    TRAFODION-2374

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request #857: TRAFODION-2374 insert data through jd...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafodion/pull/857


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---