kak-clickhouse
kak-clickhouse copied to clipboard
Fix an exception message in the Command class
Fix
public function query() { throw new \yii\db\Exception('Clichouse unsupport cursor'); }
to
public function query() { throw new \yii\db\Exception('Clickhouse unsupported cursor'); }