You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Selvaganesan Govindarajan (JIRA)" <ji...@apache.org> on 2015/12/03 22:01:11 UTC

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

Selvaganesan Govindarajan created TRAFODION-1670:
----------------------------------------------------

             Summary: 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


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)