BulkUpsertResult¶
struct
Defined in src/ralph/bulk_operations.cr:18
Result of a bulk upsert operation
Constructors¶
.new(count : Int32, ids : Array(Int64) = [] of Int64)¶
Instance Methods¶
#count¶
Number of records affected (inserted + updated)
#ids¶
IDs of affected records (only available on PostgreSQL)