Skip to content

Incorrect result of GetSelectColumns #10

@YingHan-Chen

Description

@YingHan-Chen

There are two issues in GetSelectColumns

  1. Extra " pair
    If the input is SELECT a, b, c FROM ..."
    The expected result should be a slice of string as [a b c]
    But we will get ["a" "b" "c"]

  2. Can not support Upper cases
    Upper case columns will be converted to lower case.

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