Skip to content
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

CTRL+ENTER does not work when some SQL commands like SHOW / EXPLAIN / ANALYZE are in script without ";" before them #33252

Closed
yoni-yad2 opened this issue May 20, 2024 · 2 comments
Labels

Comments

@yoni-yad2
Copy link

Description

Getting an error "SQL Error [1064] [42000]: You have an error in your SQL syntax...." when trying to run using CTRL+ENTER any statement when SHOW / EXPLAIN / ANALYZE statements (there might be more) are not separated with ";" even though they are spaced with new lines between them.

DBeaver Version

24.0.4.202405042322

Operating System

Windows 10 64 bit

Database and driver

RDS for MySQL v8.0.36

Steps to reproduce

Try to run any statement separately with CTRL+ENTER in this script:

select 1

explain select 1

select 2

show variables like 'test'

Additional context

No response

@E1izabeth
Copy link
Member

Please try 24.0.5 version or switch Blank line is statement delimiter setting to "Always"
image

@yoni-yad2
Copy link
Author

Solved in v24.0.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants