googleapis / ruby-spanner-activerecord

Spanner<->ActiveRecord adapter for Ruby
MIT License
87 stars 30 forks source link

fix: more permissive arg passthrough for insert_all and upsert_all #283

Closed olavloite closed 10 months ago

olavloite commented 10 months ago

Credits to @abachman for creating #275. This PR is created separately to work around issues with the CLA check in the original PR.

Fixes #274