• Y
    Add returning IDs to Gitlab::Database.bulk_insert · bda30182
    Yorick Peterse 提交于
    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.
    bda30182
database_spec.rb 8.4 KB