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 an option to repare incorrect record count #80

Closed
wants to merge 3 commits into from

Conversation

bianjp
Copy link

@bianjp bianjp commented Aug 30, 2016

Add an option repare_record_count to recalculate record count rather than using record count from header.

Useful when dbf file may be corrupted and record count in header is incorrect.

Example:

table = DBF::Table.new('data.dbf', nil, nil, repare_record_count: true)

Fix #79 .

@infused If you think this is ok, I'll add some tests later.

@bianjp
Copy link
Author

bianjp commented Sep 3, 2016

The travis error relates to this travis-ci issue.

@infused infused force-pushed the master branch 2 times, most recently from aeb729c to eeff276 Compare December 21, 2016 06:41
@infused infused force-pushed the master branch 5 times, most recently from 9ae3b8a to 3b6845f Compare March 8, 2017 08:03
@infused infused closed this May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants