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: vmvarela/sql-pipe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: vmvarela/sql-pipe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.0
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 25, 2026

  1. chore(deps): bump actions/checkout from 6 to 7 (#180)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    7984710 View commit details
    Browse the repository at this point in the history
  2. feat: add --stats flag for column statistics (#181)

    * feat: add --stats flag for column statistics
    
    Show per-column count, non-null count, min, max, and mean for
    numeric columns. Supports CSV, JSON, TSV, and all other input
    formats. Can be combined with --delimiter and --real.
    
    Closes #169.
    
    * fix: relax --stats REAL column test to be platform-independent
    
    SQLite CAST(AVG(...) AS TEXT) float formatting varies by platform.
    macOS arm64 produces 14 decimal digits instead of 15, causing CI failure.
    Match prefix '8.49666' instead of full precision string.
    vmvarela authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    edf3e27 View commit details
    Browse the repository at this point in the history
Loading