semicolon removed at the end of the line
- 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

### 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
Assessment
This issue has not been assessed yet.