gitlab-org--gitlab-foss/lib/gitlab/database
Yorick Peterse c1e756c242
Fix update_column_in_batches to update all rows
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.
2016-06-17 17:50:38 +02:00
..
migration_helpers.rb Fix update_column_in_batches to update all rows 2016-06-17 17:50:38 +02:00