Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an exception message in the Command class #63

Open
marievych opened this issue Jan 18, 2022 · 0 comments
Open

Fix an exception message in the Command class #63

marievych opened this issue Jan 18, 2022 · 0 comments
Milestone

Comments

@marievych
Copy link

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

@sanchezzzhak sanchezzzhak added this to the 1.1.1 milestone Jan 18, 2022
sanchezzzhak added a commit that referenced this issue Jan 18, 2022
* feat(command) fixed typo in error message for Command::query method
* feat(test) remove auto generated UnitTesterActions class

issue #63
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants