Skip to content

version comparing problem #18

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. suppose version in DB is 2
2. set version to value greater than 2, 20 for example
3. update success-ed and the version in DB changed to 21

What is the expected output? What do you see instead?
the update should be rejected, because the version does not match what in DB

What version of the product are you using? On what operating system?
all version

Please provide any additional information below.
the statement "return currentValueLong > thisVersion;" in 
EntityWrapper.isStale() should be changed to "return currentValueLong != 
thisVersion;"


Original issue reported on code.google.com by whysoman...@gmail.com on 27 Apr 2012 at 3:21

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions