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.

dbeaver hangs when executing a query with many parentheses in FROM clause

See original GitHub issue

System information:

  • Operating system (distribution) and version: Macbook Pro 13’
  • DBeaver version: 7.0.3.202004191823
  • Additional extensions: none

Connection specification:

  • Database name and version: MySQL 8.x
  • Do you use tunnels or proxies (SSH, SOCKS, etc)? No

Describe the problem you’re observing:

Dbeaver hangs and becomes unresponsive when executing a query with many parentheses in the FROM clause

Steps to reproduce, if exist:

Run the following query with an existing table: SELECT * FROM ((((((((((((((((tblA))))))))))))))))

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
wumpzcommented, Jan 2, 2021

Jsqlparser 4 was released yesterday.

0reactions
wumpzcommented, Jan 18, 2021

@serge-rider You’re welcome. DBeaver for now nearly replaced all of my used DB Tools and there are many since I have to deal with at least four different database types regularly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

DBeaver is freezing when executing a query with ... - GitHub
Dbeaver hangs and becomes unresponsive when executing a query with many parentheses in the SELECT clause Example 1: SELECT ...
Read more >
App hangs when executing auto ... - DBeaver Forum • View topic
Hi, Yes, it is a bug (or function lack) in DBeaver. Currently SQL autocomplete works in sync mode and thus stuck in query...
Read more >
DBeaver user guide
Query Manager is a view that shows the history of all SQL queries that DBeaver has executed during the current session. NOTE: The...
Read more >
SQL queries don't start with SELECT - Hacker News
On Production systems, DBeaver will ask you for confirmation for every write statement. ... to avoid queries running without WHERE clause.
Read more >
Grouping sets, rollup, cube | YugabyteDB Docs
You can easily simply write several individual queries, like this: ... If many grouping items are specified in a single GROUP BY clause,...
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