adapter/postgres/postgres.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method Adapter.InsertAll has 5 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

func (adapter *Adapter) InsertAll(ctx context.Context, query rel.Query, primaryField string, fields []string, bulkMutates []map[string]rel.Mutate) ([]interface{}, error) {
Severity: Minor
Found in adapter/postgres/postgres.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status