CORE-POS/IS4C

View on GitHub
common/sql/SqliteAdapter.php

Summary

Maintainability
A
3 hrs
Test Coverage
F
51%

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

class SqliteAdapter implements DialectAdapter
{
    public function createNamedDB($name)
    {
        return 'SELECT 1';
Severity: Minor
Found in common/sql/SqliteAdapter.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status