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.224.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard ce980e0f3 chore(go/adbc): bump google.golang.org/api in /go/adbc
add 3e0b01cae chore(go/adbc): bump github.com/snowflakedb/gosnowflake from
1.13.0 to 1.13.1 in /go/adbc (#2599)
add ceac32a40 chore(rust): bump test-with from 0.14.7 to 0.14.8 in /rust
(#2602)
add 644294982 chore(rust): bump tokio from 1.43.0 to 1.44.0 in /rust
(#2603)
add c324fae0e feat(python/adbc_driver_manager): add cursor() arg to set
options (#2589)
add 688bb3ed4 docs: update implementation status table (#2580)
add 7e13291f2 chore(python): bump minimum PyArrow to 14.0.1 (#2590)
add 056084a28 chore(rust): bump the datafusion group in /rust with 2
updates (#2601)
add 8805b9d75 chore(go/adbc): bump google.golang.org/grpc from 1.70.0 to
1.71.0 in /go/adbc (#2595)
add 0785c5f09 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 (ce980e0f3)
\
N -- N -- N
refs/heads/dependabot/go_modules/go/adbc/google.golang.org/api-0.224.0
(0785c5f09)
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:
docs/source/driver/status.rst | 48 ++-
.../python/recipe/postgresql_execute_nocopy.py | 74 +++++
.../recipe/postgresql_execute_nocopy.py.stdout.txt | 6 +
go/adbc/go.mod | 5 +-
go/adbc/go.sum | 19 +-
python/adbc_driver_bigquery/pyproject.toml | 4 +-
python/adbc_driver_flightsql/pyproject.toml | 4 +-
.../adbc_driver_manager/_lib.pyx | 27 ++
.../adbc_driver_manager/dbapi.py | 26 +-
python/adbc_driver_manager/pyproject.toml | 4 +-
.../adbc_driver_postgresql/__init__.py | 6 +
python/adbc_driver_postgresql/pyproject.toml | 4 +-
python/adbc_driver_snowflake/pyproject.toml | 4 +-
python/adbc_driver_sqlite/pyproject.toml | 4 +-
rust/Cargo.lock | 349 ++++++++++++---------
rust/driver/datafusion/Cargo.toml | 6 +-
rust/driver/snowflake/Cargo.toml | 2 +-
17 files changed, 402 insertions(+), 190 deletions(-)
create mode 100644 docs/source/python/recipe/postgresql_execute_nocopy.py
create mode 100644
docs/source/python/recipe/postgresql_execute_nocopy.py.stdout.txt