You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:15:42 UTC

[jira] [Created] (TRAFODION-340) LP Bug: 1325443 - SELECT after an UPDATE continues to show old values

Alice Chen created TRAFODION-340:
------------------------------------

             Summary: LP Bug: 1325443 - SELECT after an UPDATE continues to show old values
                 Key: TRAFODION-340
                 URL: https://issues.apache.org/jira/browse/TRAFODION-340
             Project: Apache Trafodion
          Issue Type: Bug
          Components: sql-exe
            Reporter: Atanu Mishra
            Assignee: Suresh Subbiah
            Priority: Blocker
             Fix For: 0.8 (pre-incubation)


Reported by Selva --

Begin work;
Update some rows in table t ;
Select * from t;
Commit work;

The test was expecting the updated rows to have new values in the select statement. But the select statement continue to show the old values.



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