Skip to content

Incorrect result of GetSelectColumns #10

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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