Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Preserve MultiLine SQL #1

@ati-ozgur

Description

@ati-ozgur

When I use ElSqlBundle to read external sql file. An multiline SQL changed to one line sql. For example:

@name(example)
SELECT
COUNT(*)
FROM
Employee

this is changed to
SELECT COUNT(*) FROM Employee

I would like to preserve multi line structure of SQL if it is possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions