dbeaver / dbeaver/dbeaver

semicolon removed at the end of the line

Open
#32,919 1 comment 0 reactions 0 assignees View on GitHub
x:hsqldb xf:sql execution xf:sql parser
Dominant language
Java
Stars
51.8k
Forks
4.4k
Avg merge
3d 8h
Merged PRs (30d)
188

Description

### Description

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

![imagen](https://github.com/dbeaver/dbeaver/assets/37300650/aad20576-60d9-4138-9d3d-ca11f77ba3f4)

### 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_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.