mezuro / kalibro_processor

Reimplementation of Kalibro processing
GNU Affero General Public License v3.0
2 stars 10 forks source link

Fix PersistenceStrategy to wrap ModuleResult creation in transaction #218

Closed danielkza closed 8 years ago

danielkza commented 8 years ago

We don't want possible inconsistencies by allowing the KalibroModule to become visible without it's corresponding ModuleResult.

danielkza commented 8 years ago

Split off from #215.

rafamanzo commented 8 years ago

Could you add a CHANGELOG entry for this fix?