1. 17 Jun, 2016 1 commit
    • Yorick Peterse's avatar
      Fix update_column_in_batches to update all rows · c1e756c2
      Yorick Peterse authored
      This changes update_column_in_batches to ensure it always updates all
      rows now. These changes also allow for an extra SELECT query to be
      removed, nor does it use the row count for determining offsets and the
      likes; instead it's only used to determine the batch size.
      c1e756c2
  2. 15 Jun, 2016 39 commits