Closed ethernic closed 10 months ago
Validation added, bug fixed, it will now skip calculation for per unit fuel consumption if the amount is zero.
Released.
@ethernic this should already be fixed with no detriment to your data, as in you should be able to view and correct the record. Can we close this?
Yep sorry for the delay. Confirmed this got me back in and I was able to fix the record.
Summary
I mistyped an entry on the fuel tab which now prevents the tab from loading due to a Divide by Zero exception. Other tabs seem unaffected.
Expected Behavior
Semantic input validation should prevent me from adding invalid data, in this case likely a 0 where the field will be used as a divisor.
Current Behavior
I'm not sure the exact data that caused this, but the error indicates a Divide by Zero exception. I'm not familiar with LiteDB so I can't easily check/update the entry.
Logs