Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Unwanted line break after whenever oserror breaks code #264

@PhilippSalvisberg

Description

@PhilippSalvisberg

The formatter result of

whenever sqlerror exit failure
whenever oserror exit failure
select * from dual;

is

whenever sqlerror exit failure
whenever oserror
exit failure
select * from dual;

Afterwards, the code is not executable anymore, because SQL*Plus commands need a continuation character for multiline commands since a command, ends with EOL.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions