-
Notifications
You must be signed in to change notification settings - Fork 7
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
EXPLAIN output is not provided #118
Milestone
Comments
I can't do much about this now, the current monetdbe Jul2021 engine returns an error:
|
Explain and prepare cannot be combined that way. Also an explain output need changes on the engine
Niels
…On 23 June 2021 14:30:33 CEST, Gijs Molenaar ***@***.***> wrote:
I can't do much about this now, the current monetdbe Jul2021 engine
returns an error:
```
'ParseException:SQLparser:42000!syntax error, unexpected SQL_EXPLAIN
in: "prepare explain"
```
--
You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub:
#118 (comment)
|
ok then i don't know what to do with this issue for now, moving to 0.12 :) |
First step is too have proper (table) output of explain (instead of the current directly streamed result). |
gijzelaerr
added a commit
that referenced
this issue
Jul 30, 2021
add regression test for issue #118
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the following snippet from the Python console:
Either an exception or the table is expected.
For the case ‘trace select 1’ I miss the header and end of function, but that is less of a problem
The text was updated successfully, but these errors were encountered: