This is an automated email from the ASF dual-hosted git repository.
curth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new ad753b4ae chore(csharp): bump DuckDB.NET.Bindings.Full from 1.0.0 to
1.0.1 in /csharp (#1933)
ad753b4ae is described below
commit ad753b4ae69ba09f78a58ff9de131ac4a2aa0fe2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 24 17:59:07 2024 -0700
chore(csharp): bump DuckDB.NET.Bindings.Full from 1.0.0 to 1.0.1 in /csharp
(#1933)
Bumps [DuckDB.NET.Bindings.Full](https://github.com/Giorgi/DuckDB.NET)
from 1.0.0 to 1.0.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Giorgi/DuckDB.NET/commit/1773cd82c6099dd6cdc5d0d4087eecd77237fd69"><code>1773cd8</code></a>
Remove next version</li>
<li><a
href="https://github.com/Giorgi/DuckDB.NET/commit/9c0dbf81801ae584a32c010f5a372846f3a72618"><code>9c0dbf8</code></a>
More nullable list tests</li>
<li><a
href="https://github.com/Giorgi/DuckDB.NET/commit/18decabf2e794881af4c566982aaa6ff4106eef0"><code>18decab</code></a>
Add nullable list tests</li>
<li><a
href="https://github.com/Giorgi/DuckDB.NET/commit/1790dcc73b2998661aeed67b52942aa38682c61f"><code>1790dcc</code></a>
Fix writing null to a large list.</li>
<li><a
href="https://github.com/Giorgi/DuckDB.NET/commit/53734daf9f19a683d71132fc21a3174008a6bf88"><code>53734da</code></a>
Fix for appending lists with null</li>
<li><a
href="https://github.com/Giorgi/DuckDB.NET/commit/e2e2e712a82a8e2e8e680e31fc88df95600ed342"><code>e2e2e71</code></a>
Make the prepared statement after the check succeed (<a
href="https://redirect.github.com/Giorgi/DuckDB.NET/issues/198">#198</a>)</li>
<li><a
href="https://github.com/Giorgi/DuckDB.NET/commit/87187a205232e9c44e3fe66fafd196cc6841592a"><code>87187a2</code></a>
Make the DuckDBConnection support unicode file path (<a
href="https://redirect.github.com/Giorgi/DuckDB.NET/issues/197">#197</a>)</li>
<li><a
href="https://github.com/Giorgi/DuckDB.NET/commit/c6cc7338f57aea0a03ff5e79d3848092969619d5"><code>c6cc733</code></a>
Initialize writers only once</li>
<li><a
href="https://github.com/Giorgi/DuckDB.NET/commit/bae8291792fad34fd692c4c13f5059eee6495432"><code>bae8291</code></a>
Set next version.</li>
<li><a
href="https://github.com/Giorgi/DuckDB.NET/commit/b79658bfba5a8b71f02eba941ef650626b8d2019"><code>b79658b</code></a>
Enable appending blob in .Net Standard target</li>
<li>Additional commits viewable in <a
href="https://github.com/Giorgi/DuckDB.NET/compare/1.0.0...1.0.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>
---
csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj
b/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj
index 519b6c3f5..4bc2bab87 100644
--- a/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj
+++ b/csharp/test/Apache.Arrow.Adbc.Tests/Apache.Arrow.Adbc.Tests.csproj
@@ -17,7 +17,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles;
analyzers</IncludeAssets>
</PackageReference>
- <PackageReference Include="DuckDB.NET.Bindings.Full" Version="1.0.0"
GeneratePathProperty="true" />
+ <PackageReference Include="DuckDB.NET.Bindings.Full" Version="1.0.1"
GeneratePathProperty="true" />
</ItemGroup>
<ItemGroup>