Skip to content

Parsing - keep comments #1719

@PowalaX

Description

@PowalaX

Goal: SQL Rewrite with comments

Sample:
SELECT NAME, ADDRESS, COL1 /* Important comment!*/ FROM OLD_TABLE WHERE SSN IN ('1', '2');

After rewrite:
SELECT NAME, ADDRESS, COL1 /* Important comment!*/ FROM NEW_TABLE WHERE SSN IN ('3', '4');

(SQL building with jSQLParser is clear.)
How can I use it with jSQLParser?

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