Skip to content

support "show" queries #415

Open
Open
@staabm

Description

@staabm

show queries should also work with type inference and syntax error validation

examples:
'show variables like "slow_query_log"'
"SHOW TABLE STATUS where collation ='utf8_mbw4'"

    private static function get_table_columns(string $table)
    {
        $db = new DB();
        $qid = $db->query('SHOW FULL COLUMNS FROM ?, [$table]);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions