Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: macbre/sql-metadata
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: macbre/sql-metadata
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Jun 30, 2026

  1. Bump actions/cache from 5 to 6 (#649)

    Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    de689a5 View commit details
    Browse the repository at this point in the history
  2. Add regression test for issue #253 (#626)

    Resolves #253.
    collerek authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    f21a6fb View commit details
    Browse the repository at this point in the history
  3. Align Parser return-type hints with actual UniqueList returns (#632)

    Properties like `columns`, `tables`, `with_names`, `subqueries_names`,
    and `columns_aliases_names` were annotated as `list[str]` but actually
    returned `UniqueList`, which silently deduplicates on append. The
    mismatch surprised callers who wrote tests against `list` semantics and
    got dedup behavior at runtime.
    
    Updates the annotations (and matching extractor signatures in
    `TableExtractor.extract`, `NestedResolver.extract_cte_names`,
    `NestedResolver.extract_subqueries`) to declare `UniqueList`, so the
    public contract reflects what the code has always done.
    
    Resolves #291.
    
    Co-authored-by: Claude <noreply@anthropic.com>
    collerek and claude authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    a6094e9 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 6 to 7 (#644)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    5e63c80 View commit details
    Browse the repository at this point in the history
  5. Bump pygments from 2.19.1 to 2.20.0 (#653)

    Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.20.0.
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.19.1...2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: pygments
      dependency-version: 2.20.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    8c00dd0 View commit details
    Browse the repository at this point in the history
  6. v3.0.1

    macbre authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    6ada5d9 View commit details
    Browse the repository at this point in the history
Loading