This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch spec-1.1.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard 6e2c0c6a feat: clarify progress
discard 1faf488e chore: fix test
discard 32e3d5e0 chore: fix check
discard 8b190d58 chore: fix typecheck
discard e5bd7719 chore: link libresolv on macOS
discard 7f79f2b4 chore: CI fixes, downgrade to Go 1.18
discard 80b8e32d feat(c/driver_manager): support alternate entrypoint name
(#972)
omit 6b008d00 feat(format,c,go,python): add error details to
ArrowArrayStream (#963)
omit 669812c0 feat(go/adbc/pkg): update error_details FFI (#961)
omit a0e734f3 feat(c/driver/postgresql): implement statistics API (#960)
omit 6f02ab1a feat(c,format,python): implement error details (#954)
omit 8e019017 fix(go/adbc/driver/snowflake): disable statistics tests (#944)
omit 6ca070e5 feat(python): expose ADBC 1.1.0 features (#937)
omit 61fbe761 feat(c/driver/postgresql): implement ADBC 1.1.0 features
(#852)
omit 581c2a1d docs: update prose for 1.1.0 and clarify cancellation (#932)
omit a5c95c48 chore(go): fix up minor Go things in 1.1.0 draft (#926)
omit 149b03e3 feat(java): implement 1.1.0 features (#872)
omit fa425972 feat(go/adbc): add FFI support for 1.1.0 features (#893)
omit 67bc3726 feat(go/adbc): implement ADBC 1.1.0 features (#700)
omit ad376675 feat(c): fix typos in 1.1.0, update driver manager (#857)
omit c3ea3461 feat(format): add additional features to 1.1.0 spec (#765)
omit 85a322a9 test(c): add backwards compatibility tests for 1.1.0/1.0.0
(#698)
omit 23726023 feat(format): remove unnecessary padding (#731)
omit 1f16f651 feat(format): introduce ADBC API revision 1.1.0 (#692)
add da33e6c7 fix(c/driver/postgresql): Fix segfault associated with
uninitialized copy_reader_ (#964)
add be2e2d05 feat(format): introduce ADBC API revision 1.1.0 (#692)
add d7b84ae0 feat(format): remove unnecessary padding (#731)
add 8896a3bd test(c): add backwards compatibility tests for 1.1.0/1.0.0
(#698)
add ccbbd129 feat(format): add additional features to 1.1.0 spec (#765)
add ad427df0 feat(c): fix typos in 1.1.0, update driver manager (#857)
add 2a7b7bd1 feat(go/adbc): implement ADBC 1.1.0 features (#700)
add 04b5565c feat(go/adbc): add FFI support for 1.1.0 features (#893)
add 1d9cd2b3 feat(java): implement 1.1.0 features (#872)
add 2c48018f chore(go): fix up minor Go things in 1.1.0 draft (#926)
add 920b3597 docs: update prose for 1.1.0 and clarify cancellation (#932)
add 2e44c0c1 feat(c/driver/postgresql): implement ADBC 1.1.0 features
(#852)
add 4ca8efce feat(python): expose ADBC 1.1.0 features (#937)
add ab0aef74 fix(go/adbc/driver/snowflake): disable statistics tests (#944)
add 815548d7 feat(c,format,python): implement error details (#954)
add d7f8e63b feat(c/driver/postgresql): implement statistics API (#960)
add 3e37cb75 feat(go/adbc/pkg): update error_details FFI (#961)
add 8da38e15 feat(format,c,go,python): add error details to
ArrowArrayStream (#963)
add 6655f80d feat(c/driver_manager): support alternate entrypoint name
(#972)
add 646ab849 chore: CI fixes, downgrade to Go 1.18
add 9c0d932a chore: link libresolv on macOS
add 320a2e95 chore: fix typecheck
add 01201e7e chore: fix check
add 8fc60cee chore: fix test
add 53eb3f9d feat: clarify progress
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 (6e2c0c6a)
\
N -- N -- N refs/heads/spec-1.1.0 (53eb3f9d)
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:
c/driver/postgresql/statement.cc | 45 +++++++----------------
c/driver/postgresql/statement.h | 5 ++-
python/adbc_driver_postgresql/tests/test_dbapi.py | 28 ++++++++++++++
3 files changed, 45 insertions(+), 33 deletions(-)