Skip to content

Commit

Permalink
Bump github.com/ClickHouse/clickhouse-go/v2 from 2.28.0 to 2.28.1 in …
Browse files Browse the repository at this point in the history
…/quesma (#679)

Bumps
[github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go)
from 2.28.0 to 2.28.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ClickHouse/clickhouse-go/releases">github.com/ClickHouse/clickhouse-go/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.28.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Fixes 🐛</h3>
<ul>
<li>Recognize empty strings as a valid enum key by <a
href="https://github.com/genzgd"><code>@​genzgd</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1387">ClickHouse/clickhouse-go#1387</a></li>
</ul>
<h3>Other Changes 🛠</h3>
<ul>
<li>ClickHouse 24.8 by <a
href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1385">ClickHouse/clickhouse-go#1385</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1">https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md">github.com/ClickHouse/clickhouse-go/v2's
changelog</a>.</em></p>
<blockquote>
<h1>v2.28.1, 2024-08-27 <!-- raw HTML omitted --></h1>
<h2>What's Changed</h2>
<h3>Fixes 🐛</h3>
<ul>
<li>Recognize empty strings as a valid enum key by <a
href="https://github.com/genzgd"><code>@​genzgd</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1387">ClickHouse/clickhouse-go#1387</a></li>
</ul>
<h3>Other Changes 🛠</h3>
<ul>
<li>ClickHouse 24.8 by <a
href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1385">ClickHouse/clickhouse-go#1385</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1">https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/4dd22ffbd830691a6342a273b2fd6246553ca9e1"><code>4dd22ff</code></a>
Update release notes</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/dac3fdcb0163f2cc6583b9a95bf2cea6ee1a2e2d"><code>dac3fdc</code></a>
Merge pull request <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1387">#1387</a>
from ClickHouse/gg/recognize_empty_enum_key</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/4e02b95affd7cfb75433c22400a6a36e77ed2c1d"><code>4e02b95</code></a>
Recognize empty strings as a valid enum key</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/5a3d28a883817b40bdb74b5a53b92f098272e737"><code>5a3d28a</code></a>
ClickHouse 24.8 (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1385">#1385</a>)</li>
<li>See full diff in <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ClickHouse/clickhouse-go/v2&package-manager=go_modules&previous-version=2.28.0&new-version=2.28.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent 5073871 commit a0f1601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion quesma/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module quesma
go 1.22.5

require (
github.com/ClickHouse/clickhouse-go/v2 v2.28.0
github.com/ClickHouse/clickhouse-go/v2 v2.28.1
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/DataDog/go-sqllexer v0.0.14
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
Expand Down
4 changes: 2 additions & 2 deletions quesma/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/ClickHouse/ch-go v0.61.5 h1:zwR8QbYI0tsMiEcze/uIMK+Tz1D3XZXLdNrlaOpeEI4=
github.com/ClickHouse/ch-go v0.61.5/go.mod h1:s1LJW/F/LcFs5HJnuogFMta50kKDO0lf9zzfrbl0RQg=
github.com/ClickHouse/clickhouse-go/v2 v2.28.0 h1:WKu05iotCR2ZKw9XKvhRgYFt4Ok92mqvpCR6hJiOKjw=
github.com/ClickHouse/clickhouse-go/v2 v2.28.0/go.mod h1:0U915l9qynE508ehh3ea9+UMGc7gZlAV+9W6pUZd7kk=
github.com/ClickHouse/clickhouse-go/v2 v2.28.1 h1:tpdOxWZlZ4IYiFWpIteU57JVdWVbSI5OwflofAdhFno=
github.com/ClickHouse/clickhouse-go/v2 v2.28.1/go.mod h1:0U915l9qynE508ehh3ea9+UMGc7gZlAV+9W6pUZd7kk=
github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU=
github.com/DATA-DOG/go-sqlmock v1.5.2/go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ+JlNzwDqpNU=
github.com/DataDog/go-sqllexer v0.0.14 h1:xUQh2tLr/95LGxDzLmttLgTo/1gzFeOyuwrQa/Iig4Q=
Expand Down

0 comments on commit a0f1601

Please sign in to comment.