This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/go/adbc/google.golang.org/api-0.272.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard e8ce94d01 chore(go/adbc): Bump google.golang.org/api in /go/adbc
add d8bd708e0 ci: build windows artifacts in release mode in packaging
workflow (#4099)
add 21c054924 chore: Bump the actions group with 2 updates (#4109)
add ab9be7935 feat(python/adbc_driver_manager): allow more types in init
(#4088)
add 4096719cb feat: add convenience API for bulk ingest (#4116)
add 75ca3d617 test(c/driver_manager): fully test driver/uri/profile
combinations (#4092)
add 79887f015 chore(rust): Bump toml from 1.0.6+spec-1.1.0 to
1.0.7+spec-1.1.0 in /rust (#4107)
add b7f5ddfc2 chore(rust): Bump tempfile from 3.26.0 to 3.27.0 in /rust
(#4106)
add aca2827d4 chore(go/adbc): Bump modernc.org/sqlite from 1.46.1 to
1.47.0 in /go/adbc (#4105)
add 72a8a6185 chore(java): Bump com.microsoft.sqlserver:mssql-jdbc from
13.3.2.jre11-preview to 13.4.0.jre11 in /java (#4103)
add c35cdd204 chore(go/adbc): Bump google.golang.org/api in /go/adbc
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e8ce94d01)
\
N -- N -- N
refs/heads/dependabot/go_modules/go/adbc/google.golang.org/api-0.272.0
(c35cdd204)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/integration.yml | 2 +-
.github/workflows/packaging.yml | 4 +-
c/driver/sqlite/sqlite.cc | 30 +-
c/driver_manager/adbc_driver_manager.cc | 123 ++++-
c/driver_manager/adbc_driver_manager_api.cc | 58 +--
c/driver_manager/adbc_driver_manager_internal.h | 6 +
c/driver_manager/adbc_driver_manager_test.cc | 541 ++++++++++++++++++---
ci/scripts/cpp_build.sh | 2 +-
ci/scripts/java_jni_build.sh | 2 +-
docs/source/format/connection_profiles.rst | 7 +
go/adbc/drivermgr/adbc_driver_manager.cc | 123 ++++-
go/adbc/drivermgr/adbc_driver_manager_api.cc | 58 +--
go/adbc/drivermgr/adbc_driver_manager_internal.h | 6 +
go/adbc/go.mod | 4 +-
go/adbc/go.sum | 20 +-
java/driver/jdbc-validation-mssqlserver/pom.xml | 2 +-
javascript/__test__/bind.spec.ts | 37 +-
javascript/__test__/ingest.spec.ts | 101 ++++
javascript/lib/index.ts | 48 +-
javascript/lib/types.ts | 56 ++-
javascript/src/client.rs | 18 +-
.../adbc_driver_manager/_lib.pyi | 19 +-
.../adbc_driver_manager/_lib.pyx | 102 +++-
python/adbc_driver_manager/tests/test_lowlevel.py | 145 +++++-
python/adbc_driver_manager/tests/test_profile.py | 81 ++-
rust/Cargo.lock | 24 +-
rust/driver_manager/Cargo.toml | 4 +-
27 files changed, 1301 insertions(+), 322 deletions(-)
create mode 100644 javascript/__test__/ingest.spec.ts