Skip to content

Fix an exception message in the Command class #63

@marievych

Description

@marievych

Fix
public function query() { throw new \yii\db\Exception('Clichouse unsupport cursor'); }
to
public function query() { throw new \yii\db\Exception('Clickhouse unsupported cursor'); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions