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: ClickHouse/clickhouse-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.33.1
Choose a base ref
...
head repository: ClickHouse/clickhouse-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.34.0
Choose a head ref
  • 16 commits
  • 18 files changed
  • 5 contributors

Commits on Mar 20, 2025

  1. Bump github.com/docker/docker

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.0.1+incompatible to 28.0.2+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v28.0.1...v28.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    3ed424c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Merge pull request #1525 from ClickHouse/dependabot/go_modules/github…

    ….com/docker/docker-28.0.2incompatible
    
    Bump github.com/docker/docker from 28.0.1+incompatible to 28.0.2+incompatible
    SpencerTorres authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    1d1e206 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Bump github.com/docker/docker

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.0.2+incompatible to 28.0.3+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v28.0.2...v28.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    7ce8b17 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1528 from ClickHouse/dependabot/go_modules/github…

    ….com/docker/docker-28.0.3incompatible
    
    Bump github.com/docker/docker from 28.0.2+incompatible to 28.0.3+incompatible
    SpencerTorres authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    0af8128 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/docker/docker

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.0.3+incompatible to 28.0.4+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v28.0.3...v28.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    b4ff3bd View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Merge pull request #1529 from ClickHouse/dependabot/go_modules/github…

    ….com/docker/docker-28.0.4incompatible
    
    Bump github.com/docker/docker from 28.0.3+incompatible to 28.0.4+incompatible
    SpencerTorres authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    ec49bab View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Configuration menu
    Copy the full SHA
    4b86ad3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1530 from hazzik/chore/err

    chore: replace github.com/pkg/errors with stdlib
    SpencerTorres authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    2be589e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. allow to build decimal from string

    Some decimal libraries implements database/sql.Valuer interface by using string representation
    allowing it in driver helps to support wider list of 3d-party libraries for decimal type
    rutaka-n committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    19348db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1532 from rutaka-n/extend-decimal-type-parsing

    allow to build decimal from string
    SpencerTorres authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    c94092a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    13204e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    963e5c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    922e168 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1534 from ClickHouse/fixed_string_size_err

    Add length check to `FixedString` to prevent panic
    SpencerTorres authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    1376737 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1535 from ClickHouse/enhance_pr_1532

    Enhancements for decimal strings
    SpencerTorres authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    b58ba92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c6c2e8 View commit details
    Browse the repository at this point in the history
Loading