Open alkuma opened 6 months ago
https://github.com/go-gorm/playground/pull/739
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
The tests for this https://github.com/go-gorm/playground/pull/739 are impacted by the same issue that's reported in https://github.com/go-gorm/playground/issues/730
https://github.com/go-gorm/playground/pull/739#issuecomment-2220620354
GORM Playground Link
https://github.com/go-gorm/playground/pull/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