sanchezzzhak / kak-clickhouse

Yii2 ext. ClickHouse
69 stars 43 forks source link

Fix an exception message in the Command class #63

Open marievych opened 2 years ago

marievych commented 2 years ago

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