Skip to content
  • Nigel McNie's avatar
    Make sure that transactions use db_begin() and db_commit(), so that... · 113cf468
    Nigel McNie authored
    Make sure that transactions use db_begin() and db_commit(), so that transaction level counting can apply.
    
    This was a very annoying bug to find, it manifested itself as transactions that appeared to commit at some random point despite me not having asked for this. I'd blame DDL but it's not its fault that we made db_begin() and friends.
    113cf468