Skip to content

Commit

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

Bumps
[github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go)
from 2.27.0 to 2.27.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.27.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Fixes 🐛</h3>
<ul>
<li>Fix INSERT statement normalization match backtick table name by <a
href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1366">ClickHouse/clickhouse-go#1366</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.27.0...v2.27.1">https://github.com/ClickHouse/clickhouse-go/compare/v2.27.0...v2.27.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.27.1, 2024-08-05 <!-- raw HTML omitted --></h1>
<h2>What's Changed</h2>
<h3>Fixes 🐛</h3>
<ul>
<li>Fix INSERT statement normalization match backtick table name by <a
href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1366">ClickHouse/clickhouse-go#1366</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.27.0...v2.27.1">https://github.com/ClickHouse/clickhouse-go/compare/v2.27.0...v2.27.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/0b4b128d2aac5b33e9993caa07f66328bb84fb9e"><code>0b4b128</code></a>
Update release notes</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/06510b299c5ef0e290d55a215f437dd74b812bc5"><code>06510b2</code></a>
Fix INSERT statement normalization match backtick table name (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1366">#1366</a>)</li>
<li>See full diff in <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.27.0...v2.27.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.27.0&new-version=2.27.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 6, 2024
1 parent 46f186d commit 67f5c5e
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.27.0
github.com/ClickHouse/clickhouse-go/v2 v2.27.1
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/DataDog/go-sqllexer v0.0.12
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.27.0 h1:EquJUy8KWgY1ELMmN1gCULncbqU72fN8eYd8qmkp/1g=
github.com/ClickHouse/clickhouse-go/v2 v2.27.0/go.mod h1:XvcaX7ai9T9si83rZ0cB3y2upq9AYMwdj16Trqm+sPg=
github.com/ClickHouse/clickhouse-go/v2 v2.27.1 h1:cSUewKnQ2XWvCNpCV0WRAQGvShElJ1Qyb6nDq8GId/I=
github.com/ClickHouse/clickhouse-go/v2 v2.27.1/go.mod h1:XvcaX7ai9T9si83rZ0cB3y2upq9AYMwdj16Trqm+sPg=
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.12 h1:ncvAr5bbwtc7JMezzcU2379oKz1oHhRF1hkR6BSvhqM=
Expand Down

0 comments on commit 67f5c5e

Please sign in to comment.