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

fix(engine/sqlite): To lowercase ast.ResTarget.Name #2433

Merged
merged 3 commits into from
Jul 26, 2023

Commits on Jul 15, 2023

  1. fix(engine/sqlite): To lowercase ast.ResTarget.Name

    The SQLite engine lowercases ast.ResTarget.Name to match the behavior of pg_query.
    
    fix sqlc-dev#2120
    orisano committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    6a3ed8b View commit details
    Browse the repository at this point in the history
  2. test: add endtoend

    orisano committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    269d63c View commit details
    Browse the repository at this point in the history
  3. chore: v1.19.1

    orisano committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    191e4ee View commit details
    Browse the repository at this point in the history