You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Anuradha Hegde (JIRA)" <ji...@apache.org> on 2016/05/16 20:06:12 UTC

[jira] [Closed] (TRAFODION-1670) upsert and upsert with load doesn't report the rows affected information in Trafci

     [ https://issues.apache.org/jira/browse/TRAFODION-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anuradha Hegde closed TRAFODION-1670.
-------------------------------------
    Resolution: Fixed

fixed this a while back

> upsert and upsert with load doesn't report the rows affected information in Trafci
> ----------------------------------------------------------------------------------
>
>                 Key: TRAFODION-1670
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1670
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: client-ci
>            Reporter: Selvaganesan Govindarajan
>            Assignee: Anuradha Hegde
>
> Output below shows the problem.
> SQL>insert into t values (1) ;
> ....
> --- 1 row(s) inserted.
> SQL>upsert into t values(1) ;
> --- SQL operation complete.
> SQL>delete from t where a = 1;
> --- 3 row(s) deleted.
> SQL>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)