5 Jul
2021
5 Jul
'21
4:15 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399 --- Comment #5 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Marcel de Rooy from comment #4)
Last one: $schema->txn_commit unless $test_parameter;
Would it be more appropriate/neat to rollback when testing here?
It will rollback without commit, the result is the same. I just kept the same line as before. Happy to adjust if you think it is more readable with rollback (note that we are using "unless $test" above). -- You are receiving this mail because: You are watching all bug changes.