-
Notifications
You must be signed in to change notification settings - Fork 128
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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}
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: macbre/sql-metadata
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 10 files changed
- 4 contributors
Commits on Jun 30, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for de689a5 - Browse repository at this point
Copy the full SHA de689a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21a6fb - Browse repository at this point
Copy the full SHA f21a6fbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a6094e9 - Browse repository at this point
Copy the full SHA a6094e9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5e63c80 - Browse repository at this point
Copy the full SHA 5e63c80View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8c00dd0 - Browse repository at this point
Copy the full SHA 8c00dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ada5d9 - Browse repository at this point
Copy the full SHA 6ada5d9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master@{1day}...master