Ralph::BulkInsertResult
Result of a bulk insert operation
Contains information about the inserted records, including IDs if available.
Constructors
Instance methods
ids
IDs of inserted records (only available on PostgreSQL with RETURNING clause) For SQLite, this will be empty as SQLite doesn't support RETURNING for multi-row inserts