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: replace pg_catalog tables with common table expressions #331

Merged
merged 18 commits into from
Aug 24, 2022

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    d519e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3981166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4233a9a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. feat: add pg_catalog tables

    olavloite committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    26ed4d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7053124 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9f4e2a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    4dbdb07 View commit details
    Browse the repository at this point in the history
  2. refactor: combine StatementParser and SimpleParser

    Combines the StatementParser and SimpleParser into one parser to reduce code duplication
    and to make the SimpleParser more complete, as it now also supports skipping comments
    and dollar-quoted strings.
    olavloite committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    713eaa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d0318f View commit details
    Browse the repository at this point in the history
  4. fix: correctly skip CTEs

    olavloite committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    9afac3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7bc924 View commit details
    Browse the repository at this point in the history
  6. fix: only add each CTE once

    olavloite committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    b062684 View commit details
    Browse the repository at this point in the history
  7. test: add integration tests

    olavloite committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    fce5b52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3028a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    8506b43 View commit details
    Browse the repository at this point in the history
  2. test: add more tests

    olavloite committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    23ddb3b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. fix: parse join statements

    olavloite committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    22060e2 View commit details
    Browse the repository at this point in the history
  2. test: fix integration test

    olavloite committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d21aa2b View commit details
    Browse the repository at this point in the history