rails-firebird / ar_firebird_adapter

Active Record Adapter for the Firebird database (Rails 5 & 6, MRI Ruby)
MIT License
5 stars 4 forks source link

multiple fixtures inserts fix #22

Closed vipantonio closed 4 years ago

vipantonio commented 4 years ago

When fixture has more than 1 record - this adapter fails to make inserts, since Rails 6 uses multiple inserts for that.

This is a fix for using separate inserts.

choallin commented 4 years ago

Thanks for your help! :-)