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 0df8d3c4 fix(c/driver/postgresql): reset transaction after rollback
(#1159)
add 393349e1 fix(go/adbc/driver/snowflake): add useHighPrecision option
for decimal vs int64 (#1160)
No new revisions were added by this update.
Summary of changes:
docs/source/driver/snowflake.rst | 39 ++++++++++++
go/adbc/driver/snowflake/connection.go | 18 ++++++
go/adbc/driver/snowflake/driver.go | 10 ++-
go/adbc/driver/snowflake/driver_test.go | 42 ++++++++++++
go/adbc/driver/snowflake/record_reader.go | 74 ++++++++++++++--------
go/adbc/driver/snowflake/snowflake_database.go | 29 ++++++++-
go/adbc/driver/snowflake/statement.go | 21 ++++--
.../adbc_driver_snowflake/__init__.py | 8 +++
8 files changed, 209 insertions(+), 32 deletions(-)