timw4mail/node-query

View on GitHub
lib/Driver.js

Summary

Maintainability
A
1 hr
Test Coverage

Function updateBatch has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    updateBatch (table, data, updateKey) {
        let affectedRows = 0;
        let insertData = [];
        const fieldLines = [];

Severity: Minor
Found in lib/Driver.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status