ontodev / valve.rs

A lightweight validation engine written in rust.
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Bug in get_record_to_redo() function #72

Closed lmcmicu closed 8 months ago

lmcmicu commented 8 months ago

Steps to reproduce:

  1. Call update_row()
  2. Call undo()
  3. Call update_row() again
  4. Call get_record_to_redo(). Observe that it returns the change from step 1. It should return None instead.