CORE-POS/IS4C

View on GitHub
common/sql/MssqlAdapter.php

Summary

Maintainability
A
3 hrs
Test Coverage
F
54%

MssqlAdapter has 26 functions (exceeds 20 allowed). Consider refactoring.
Open

class MssqlAdapter implements DialectAdapter
{
    public function createNamedDB($name)
    {
        return 'CREATE DATABASE ' . $this->identifierEscape($name);
Severity: Minor
Found in common/sql/MssqlAdapter.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status