-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GORM adapter #26
GORM adapter #26
Conversation
31e70a6
to
388b00d
Compare
Coverage after merging gorm-adapter into main
Coverage Report
|
Coverage after merging gorm-adapter into main
Coverage Report
|
084c1c4
to
09f4b4f
Compare
Coverage after merging gorm-adapter into main
Coverage Report
|
@Flaiers if you have time, you can check PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this files change in current pull request?
- mongo/example_test.go
- mongo/transaction_test.go
- sql/example_test.go
- sql/transaction_test.go
- sqlx/example_test.go
- sqlx/transaction_test.go
@@ -195,12 +195,12 @@ func TestTransaction(t *testing.T) { | |||
}) | |||
|
|||
if trNested != nil { | |||
require.Equal(t, true, trNested.IsActive()) | |||
require.True(t, trNested.IsActive()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I simplified the code. I didn't moved it to another PR because it is small changes.
@Flaiers
#26 (review)
09f4b4f
to
057613f
Compare
No description provided.