[GH-ISSUE #1604] Query bug in Editor with semicolon #367

Closed
opened 2026-03-07 20:48:23 +03:00 by kerem · 0 comments
Owner

Originally created by @AmiasLi on GitHub (Apr 13, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1604

Every time when I want to execute the query with semicolon it will produce an error after I choose entire statement

Version: 23.0.0-23.0.2

For example

The following statement will be executed correctly when I choose the statement

select * from employees e

But this one will not if I choose all include semicolon

select * from employees e;

error:

Error executing query:
SQL Error [1064] [42000]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 0, 200' at line 2

Originally created by @AmiasLi on GitHub (Apr 13, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1604 Every time when I want to execute the query with semicolon it will produce an error after I choose entire statement Version: 23.0.0-23.0.2 For example The following statement will be executed correctly when I choose the statement ```sql select * from employees e ``` But this one will not if I choose all include semicolon ```sql select * from employees e; ``` error: Error executing query: SQL Error [1064] [42000]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 0, 200' at line 2
kerem 2026-03-07 20:48:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#367
No description provided.