Commit 22c4b3f
authored
Bump ecto_ch from 0.8.0 to 0.8.1 (#2301)
Bumps [ecto_ch](https://github.com/plausible/ecto_ch) from 0.8.0 to
0.8.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/plausible/ecto_ch/blob/master/CHANGELOG.md">ecto_ch's
changelog</a>.</em></p>
<blockquote>
<h2>0.8.1 (2025-08-20)</h2>
<ul>
<li>Use <code>currentDatabase()</code> filter when loading tables <a
href="https://redirect.github.com/plausible/ecto_ch/pull/238">plausible/ecto_ch#238</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/plausible/ecto_ch/commit/7ccb8764cf13867a90b296ae01ad5e3391364def"><code>7ccb876</code></a>
release v0.8.1</li>
<li><a
href="https://github.com/plausible/ecto_ch/commit/1f41cf222be6dcacf9ed1a83d1957b861d744446"><code>1f41cf2</code></a>
changelog</li>
<li><a
href="https://github.com/plausible/ecto_ch/commit/045a0cb00f3c80a79e58bb37d19b01f9b2605e9d"><code>045a0cb</code></a>
Filter by <code>currentDatabase()</code> in
<code>table_exists_query</code> (<a
href="https://redirect.github.com/plausible/ecto_ch/issues/238">#238</a>)</li>
<li><a
href="https://github.com/plausible/ecto_ch/commit/481f4ab50374f1c3318552ab2fee7f2b71751388"><code>481f4ab</code></a>
Bump actions/checkout from 4 to 5 (<a
href="https://redirect.github.com/plausible/ecto_ch/issues/237">#237</a>)</li>
<li><a
href="https://github.com/plausible/ecto_ch/commit/0f1371d7f5d341728afd6ece206cb5ae5dbde519"><code>0f1371d</code></a>
add array(tuple(..., dynamic)) column for test in schema task (<a
href="https://redirect.github.com/plausible/ecto_ch/issues/235">#235</a>)</li>
<li><a
href="https://github.com/plausible/ecto_ch/commit/70159dd7cebb0a54eb6c49d6b091846fe3c76a5d"><code>70159dd</code></a>
exclude tests using Time type in older ClickHouses</li>
<li><a
href="https://github.com/plausible/ecto_ch/commit/453557da7be37b5cdf27e4cf9308488db55b0757"><code>453557d</code></a>
fix json test in old elixirs</li>
<li><a
href="https://github.com/plausible/ecto_ch/commit/425cf0bf3bbd0eddd86fd909666e79689e7f312f"><code>425cf0b</code></a>
remove llm traces</li>
<li><a
href="https://github.com/plausible/ecto_ch/commit/26ea1c8d35d05fcfde587f751c052bab94713e82"><code>26ea1c8</code></a>
add more types in ecto.ch.schema test</li>
<li><a
href="https://github.com/plausible/ecto_ch/commit/5ff97c2859ddacfd4fe1efc54ae1a7d3159f79e8"><code>5ff97c2</code></a>
cleanup json test</li>
<li>Additional commits viewable in <a
href="https://github.com/plausible/ecto_ch/compare/v0.8.0...v0.8.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent 9030823 commit 22c4b3f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments