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.21.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.22.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 14, 2024

  1. Ignore materialized and alias cols infered during HTTP prepare batch (#…

    …1214)
    
    * ignore materialized and alias cols
    
    during instantiation of the batch insert we construct all the columns,
    there is no need to do it for materialized and alias columns as they are
    non insertable
    
    * fix indent
    
    * add test case
    
    * Update and rename mat_cols_test.go to materialized_column_test.go
    
    ---------
    
    Co-authored-by: Kuba Kaflik <kuba.kaflik@clickhouse.com>
    Ivan Yurochko and jkaflik authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8cbc6a2 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#1232)

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      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 Mar 14, 2024
    Configuration menu
    Copy the full SHA
    22a3351 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9491310 View commit details
    Browse the repository at this point in the history
Loading