• Yorick Peterse's avatar
    Add returning IDs to Gitlab::Database.bulk_insert · d43ac640
    Yorick Peterse authored
    This adds the keyword argument "return_ids" to
    Gitlab::Database.bulk_insert. When set to `true` (and PostgreSQL is
    used) this method will return an Array of the IDs of the inserted rows,
    otherwise it will return an empty Array.
    d43ac640
database.rb 5.14 KB