neyric/wireit

View on GitHub
sandbox/res/SyntaxHighlighter/shBrushSql.js

Summary

Maintainability
A
1 hr
Test Coverage

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

SyntaxHighlighter.brushes.Sql = function()
{
    var funcs    =    'abs avg case cast coalesce convert count current_timestamp ' +
                    'current_user day isnull left lower month nullif replace right ' +
                    'session_user space substring sum system_user upper user year';
Severity: Minor
Found in sandbox/res/SyntaxHighlighter/shBrushSql.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status