Relative Content

Tag Archive for anorm

Update column in anorm sometimes doesn’t run

I have a strange issue with this simple update statement in anorm. This update sometimes occurs and sometimes does not. I’ve also tried SET num_not_correct = num_not_correct + 1 and found that the increment sometimes occurs and sometimes does not.