You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2024/01/03 13:28:14 UTC

(arrow-adbc) branch main updated (650994d5 -> 2116cfff)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


    from 650994d5 docs: update footer to match arrow.apache.org (#1423)
     add 2116cfff feat(c/driver/postgresql): Support for writing DECIMAL types (#1288)

No new revisions were added by this update.

Summary of changes:
 c/driver/postgresql/postgres_copy_reader.h       | 160 +++++++++++++++
 c/driver/postgresql/postgres_copy_reader_test.cc |  66 +++++++
 c/driver/postgresql/postgresql_benchmark.cc      | 152 +++++++++++++++
 c/driver/postgresql/postgresql_test.cc           | 238 +++++++++++++++++++++++
 c/driver/postgresql/statement.cc                 |   9 +
 c/validation/adbc_validation_util.h              |   4 +
 6 files changed, 629 insertions(+)