Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flag that shows if record is deleted #7

Closed
iryndin opened this issue Sep 5, 2014 · 1 comment
Closed

Add flag that shows if record is deleted #7

iryndin opened this issue Sep 5, 2014 · 1 comment

Comments

@iryndin
Copy link
Owner

iryndin commented Sep 5, 2014

For now, deleted records are read together with not deleted ones.
However, there is now any way to check if record is deleted.
We should add such a way: this will be boolean flag that checks if record is deleted or not.
So, add flag that shows if record is deleted.

iryndin added a commit that referenced this issue Sep 5, 2014
add isDeleted method that checks if record is deleted.
update tests
update POM version from 2.0.1 to 2.0.2
@iryndin
Copy link
Owner Author

iryndin commented Sep 5, 2014

Added DbfRecord.isDeleted() method that checks if record is deleted

@iryndin iryndin closed this as completed Sep 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant