CaravanStudios / open-product-recovery

Apache License 2.0
26 stars 20 forks source link

Fix spurious update detections #18

Closed johndayrichter closed 2 years ago

johndayrichter commented 2 years ago

The current implementation of opr-sql-database will fire an update event if an offer appears in an update's snapshot or diff, even if nothing in the offer has changed. This change checks the update/creation times and will ignore the offer if the update time has not changed.