This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git
from e9729c0 [CALCITE-5312] Replace http digest auth library with
github.com/icholy/digest
new 3b527fe [CALCITE-5317] Remove redundant type declarations
new 0b5fc0e [CALCITE-5318] Replace deprecated ioutil methods with io and
os equivalents
new b79abe0 [CALCITE-5319] Remove DualStack dial option in HTTP client as
it is deprecated and enabled by default
new f71ef3e [CALCITE-5320] Switch from deprecated_first_frame_max_size to
first_frame_max_size protobuf member for setting the first frame max size
new 5aa5a12 [CALCITE-5322] Remove deprecated build tags
new 50ab73a [CALCITE-5323] Do not copy lock handle in statement
new b0a42d1 [CALCITE-5324] Cancel context in tests
new db79861 Fix formatting in documentation
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
compat_go18.go | 1 -
connection.go | 4 ++--
connection_go18.go | 1 -
driver_go18_hsqldb_test.go | 43 +++++++++++++++++++++++----------------
driver_go18_phoenix_test.go | 43 +++++++++++++++++++++++----------------
driver_go18_test.go | 8 +++-----
driver_hsqldb_test.go | 5 ++---
driver_phoenix_test.go | 5 ++---
driver_test.go | 4 +++-
http_client.go | 5 ++---
result.go | 2 +-
rows_go18.go | 2 +-
site/_docs/go_client_reference.md | 12 +++++------
statement.go | 18 ++++++++--------
statement_go18.go | 1 -
15 files changed, 83 insertions(+), 71 deletions(-)