adapter/sql/builder.go

Summary

Maintainability
A
3 hrs
Test Coverage
A
100%

File builder.go has 627 lines of code (exceeds 500 allowed). Consider refactoring.
Wontfix

package sql

import (
    "encoding/json"
    "strconv"
Severity: Minor
Found in adapter/sql/builder.go - About 5 hrs to fix

    Builder has 28 methods (exceeds 20 allowed). Consider refactoring.
    Open

    type Builder struct {
        config      Config
        returnField string
        count       int
    }
    Severity: Minor
    Found in adapter/sql/builder.go - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status