Skip to content

SQL: Preserve original source for each expression #36894

@costin

Description

@costin

Currently, after each expression is parsed the original query statement is not tracked anymore. While this works it creates an issue when displaying an expression that is not named since the reconstructed string can and will vary from the original declaration (upper/lower casing, extra spaces, etc...).

For consistency, just like with location, the initial text should be preserved.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions