fast_inserter icon indicating copy to clipboard operation
fast_inserter copied to clipboard

Quickly insert database records with confidence

Results 3 fast_inserter issues
Sort by recently updated
recently updated
newest added

If you provide an empty hash for `static_columns` and don't turn on the `timestamps` option: - `column_names` will return `", variable_col1, variable_col2, etc"`. - `insert_values` will add a `NULL` as...

It seems like, perhaps, you should add a fallback value for `rv` or `@static_columns` before we reach this point: https://github.com/strydercorp/fast_inserter/blob/89be198b673391b06318d80574ebe6d84341deed/lib/fast_inserter/fast_inserter_base.rb#L138-L144 It looks like all of the specs provide values for...

If values is undefined then you get a null pointer error. I would ensure that a user can use this without variable columns.