You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature should be implemented, it will make the batch upsert slow. The whole point of batch upsert is speed. If it has to work like ActiveRecord, then why just active record, there are many other gems like HistoryTracker and all which override ActiveRecord, it should work with them too then? See the whole point of batch insert is to use a ruby driver and make a direct query. Just my suggestion.
Would it be possible to add a batch method for ActiveRecord:
And detect
created_at
andupdated_at
, so you do not have to write:The text was updated successfully, but these errors were encountered: