question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to parse `EXPLAIN VERBOSE ...`

See original GitHub issue

Describe the bug Unable to parse EXPLAIN VERBOSE ...

To Reproduce Steps to reproduce the behavior:

  1. EXPLAIN VERBOSE SELECT * FROM test
  2. Parsing this SQL using JSqlParser with this statements
  3. Exception: Encountered unexpected token: "VERBOSE" <S_IDENTIFIER> at line 1, column 9. Was expecting one of: ...

Expected behavior Should be able to parse statement.

System

  • Database: PostgreSQL
  • Java Version: 1.8
  • JSqlParser version: 3.1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
AnEmortalKidcommented, Jun 24, 2020

This was fixed by #996

0reactions
AnEmortalKidcommented, Jun 24, 2020

Yeah… I forgot to do it for that one PR 😦

On Wed, Jun 24, 2020 at 10:46 Tobias notifications@github.com wrote:

@AnEmortalKid https://github.com/AnEmortalKid if you comment your commits with fixes #1234 it will close the issue if your pr is merged.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/JSQLParser/JSqlParser/issues/993#issuecomment-648902490, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2QHQOUZ2BM4F7TIUQ55QDRYINV7ANCNFSM4N5M7HBQ .

Read more comments on GitHub >

github_iconTop Results From Across the Web

"fatal error: Unable to parse response" should be verbose ...
But in this case, the error is on the server side. Whatever the server responds with, it's something that cannot be parsed by...
Read more >
Understanding EXPLAIN plans - GitLab Docs
Understanding EXPLAIN plans. PostgreSQL allows you to obtain query plans using the EXPLAIN command. This command can be invaluable when trying to determine ......
Read more >
How to interpret PostgreSQL EXPLAIN ANALYZE output
This article gives a brief introduction to EXPLAIN ANALYZE, explains what to look for and shows some helpful tools to visualize the output....
Read more >
Documentation: 15: 14.1. Using EXPLAIN - PostgreSQL
The output of EXPLAIN has one line for each node in the plan tree, showing the basic node type plus the cost estimates...
Read more >
Could not parse SQL result problem - Forums - IBM Support
When I execute a sql, the sql execute succeed , but the datapower could not parse the result because of illeagal Character. The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found