Closed vipantonio closed 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.
Thanks for your help! :-)
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.