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: add SystemSchemaProvider to QueryExecutor #24990

Merged
merged 8 commits into from
May 17, 2024
Merged

Commits on May 9, 2024

  1. chore: initial sync changes

    hiltontj committed May 9, 2024
    Configuration menu
    Copy the full SHA
    be11052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f637f8c View commit details
    Browse the repository at this point in the history
  3. fix: test in wal

    hiltontj committed May 9, 2024
    Configuration menu
    Copy the full SHA
    72d825d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    0fd3f31 View commit details
    Browse the repository at this point in the history
  2. feat: add SystemSchemaProvider to QueryExecutor

    A shell for the `system` table provider was added to the QueryExecutorImpl
    which currently does not do anything, but will enable us to tie the
    different system table providers into it.
    
    The QueryLog was elevated from the `Database`, i.e., namespace provider,
    to the QueryExecutorImpl, so that it lives accross queries.
    hiltontj committed May 10, 2024
    Configuration menu
    Copy the full SHA
    985589e View commit details
    Browse the repository at this point in the history
  3. chore: clippy

    hiltontj committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c5b7fba View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    afdd5ba View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    d101824 View commit details
    Browse the repository at this point in the history