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(analyzer): Cache query analysis #2889

Merged
merged 4 commits into from
Oct 20, 2023
Merged

feat(analyzer): Cache query analysis #2889

merged 4 commits into from
Oct 20, 2023

Commits on Oct 19, 2023

  1. feat(analyzer): Cache query analysis

    When using managed databases, cache the query analysis if the query,
    schema and configuration file hasn't change. Also take into account the
    version of sqlc.
    
    Analysis can only be cached for managed databases as we can't know if a
    connected database has been changed.
    kyleconroy committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    32996a2 View commit details
    Browse the repository at this point in the history
  2. Fix buf lint

    kyleconroy committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9e8e89f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Address comments

    kyleconroy committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ea2001b View commit details
    Browse the repository at this point in the history
  2. Fix additional comments

    kyleconroy committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    16670c9 View commit details
    Browse the repository at this point in the history