GORM Playground Link
#739
Description
Attempt to insert into two different tables within a transaction one by one.
Expected : Successful commit should lead to a record each in both the tables.
Actual : the transaction errors with the error described in the PR description