alf-tool/alf-sql

View on GitHub
lib/alf/sql/builder.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

    class Builder

      DISTINCT     = Grammar.sexpr([:set_quantifier, "distinct"])
      ALL          = Grammar.sexpr([:set_quantifier, "all"])
      IS_TABLE_DEE = Grammar.sexpr([:select_list,
Severity: Minor
Found in lib/alf/sql/builder.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status