Skip to content

Commit

Permalink
Merge pull request #1451 from barkhayot/fix/minor-updates
Browse files Browse the repository at this point in the history
[FIX] Minor updates
  • Loading branch information
mshustov authored Dec 20, 2024
2 parents e734513 + 87738cc commit de284c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ linters:
- gofmt
- govet
- ineffassign
- importas
- imports
- misspell
- staticcheck
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ This release includes a guard to prevent release from being called more than onc
## 2.4.2, 2022-11-24
### Bug Fixes
- Don't panic on `Send()` on batch after invalid `Append`. [#830](https://github.com/ClickHouse/clickhouse-go/pull/830)
- Fix JSON issue with `nil` if column order is inconsisent. [#824](https://github.com/ClickHouse/clickhouse-go/pull/824)
- Fix JSON issue with `nil` if column order is inconsistent. [#824](https://github.com/ClickHouse/clickhouse-go/pull/824)

## 2.4.1, 2022-11-23
### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion TYPES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The following table aims to capture the Golang types supported for each ClickHou

Whilst each ClickHouse type often has a logical Golang type, we aim to support implicit conversions where possible and provided no precision loss will be incurred - thus alleviating the need for users to ensure their data aligns perfectly with ClickHouse types.

This effort is ongoing and can be seperated in to insertion (`Append`/`AppendRow`) and read time (via a `Scan`). Should you need support for a specific conversion, please raise an issue.
This effort is ongoing and can be separated in to insertion (`Append`/`AppendRow`) and read time (via a `Scan`). Should you need support for a specific conversion, please raise an issue.

## Append Support

Expand Down

0 comments on commit de284c5

Please sign in to comment.