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

semicolon removed at the end of the line #32919

Open
scorpation opened this issue May 14, 2024 · 1 comment
Open

semicolon removed at the end of the line #32919

scorpation opened this issue May 14, 2024 · 1 comment
Labels

Comments

@scorpation
Copy link

Description

dbeaver automatically removed semicolon at the end of the line. using hsqldb-2.7.2

imagen

DBeaver Version

community edition 24.0.4

Operating System

fedora 40

Database and driver

hsqldb-2.7.2 embedded

Steps to reproduce

create a store procedure with a while sentense:

CREATE PROCEDURE generar_registros_azar(cantidad INTEGER)
MODIFIES SQL DATA
BEGIN ATOMIC
DECLARE contador INTEGER DEFAULT 0;
DECLARE puntos_nacional INTEGER;

WHILE contador < 10 DO

    SET contador = contador + 1;       
END WHILE;

END

Additional context

No response

@E1izabeth
Copy link
Member

Thank you for bug report. As a workaround you can select whole statement and press Execute SQL query button

@E1izabeth E1izabeth added x:hsqldb xf:sql execution Queries execution xf:sql parser Syntax analyzer and removed wait for review labels May 15, 2024
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