bcit-ci/CodeIgniter

View on GitHub
system/database/drivers/ibase/ibase_driver.php

Summary

Maintainability
A
1 hr
Test Coverage

Method field_data has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function field_data($table)
    {
        $sql = 'SELECT "rfields"."RDB$FIELD_NAME" AS "name",
                CASE "fields"."RDB$FIELD_TYPE"
                    WHEN 7 THEN \'SMALLINT\'
Severity: Minor
Found in system/database/drivers/ibase/ibase_driver.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status