Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sqlite) Adds support for column aliases and function arguments #1455

Merged
merged 10 commits into from Feb 25, 2022

Commits on Feb 20, 2022

  1. Add emit db and json test

    PadraigK committed Feb 20, 2022
    Copy the full SHA
    edd3afd View commit details
    Browse the repository at this point in the history
  2. Add emit_db_tags tests

    PadraigK committed Feb 20, 2022
    Copy the full SHA
    172e913 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    97230ec View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c3126a1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    81717e9 View commit details
    Browse the repository at this point in the history
  6. Handle column aliases

    PadraigK committed Feb 20, 2022
    Copy the full SHA
    be3db25 View commit details
    Browse the repository at this point in the history
  7. wip

    PadraigK committed Feb 20, 2022
    Copy the full SHA
    9055018 View commit details
    Browse the repository at this point in the history
  8. add mysql aggregate test

    PadraigK committed Feb 20, 2022
    Copy the full SHA
    8dd3831 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. move to a new test folder

    PadraigK committed Feb 21, 2022
    Copy the full SHA
    1563925 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. add postgres version

    PadraigK committed Feb 23, 2022
    Copy the full SHA
    79e4a99 View commit details
    Browse the repository at this point in the history