CORE-POS/IS4C

View on GitHub
common/sql/MysqlAdapter.php

Summary

Maintainability
A
3 hrs
Test Coverage
B
83%

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

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

    There are no issues that match your filters.

    Category
    Status