dbeaver hangs when executing a query with many parentheses in FROM clause
See original GitHub issueSystem 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:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Jsqlparser 4 was released yesterday.
@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.