wbyoung/maguey

View on GitHub
lib/dialect/phrasing_insert.js

Summary

Maintainability
A
1 hr
Test Coverage

Function insert has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  insert: function(data) {
    var table = data.table;
    var returning = data.returning;
    var quoteField = this._grammar.field.bind(this._grammar);
    var quoteValue = this._grammar.value.bind(this._grammar);
Severity: Minor
Found in lib/dialect/phrasing_insert.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status