Skip to content

Roundtripping SQL through parser->deparser strips database name from table #127

@chris-codaio

Description

@chris-codaio

Input: SELECT * from foo.bar.baz;
Output: SELECT * from bar.baz;
Expected: SELECT * from foo.bar.baz;

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