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

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


The following commit(s) were added to refs/heads/main by this push:
     new 37da7b99c chore(go/adbc): Bump modernc.org/sqlite from 1.40.1 to 
1.41.0 (#3829)
37da7b99c is described below

commit 37da7b99cff04cb63278f5a6f6d56c2ff0da7c1e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 26 09:33:38 2025 +0900

    chore(go/adbc): Bump modernc.org/sqlite from 1.40.1 to 1.41.0 (#3829)
    
    Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.40.1
    to 1.41.0.
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: David Li <[email protected]>
---
 go/adbc/driver/flightsql/flightsql_adbc_test.go | 2 +-
 go/adbc/go.mod                                  | 2 +-
 go/adbc/go.sum                                  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go/adbc/driver/flightsql/flightsql_adbc_test.go 
b/go/adbc/driver/flightsql/flightsql_adbc_test.go
index 9f9baf87f..d29a3f997 100644
--- a/go/adbc/driver/flightsql/flightsql_adbc_test.go
+++ b/go/adbc/driver/flightsql/flightsql_adbc_test.go
@@ -843,7 +843,7 @@ func (suite *HeaderTests) TestPrepared() {
        stmt, err := suite.Cnxn.NewStatement()
        suite.Require().NoError(err)
 
-       suite.Require().NoError(stmt.SetSqlQuery("timeout"))
+       suite.Require().NoError(stmt.SetSqlQuery("select 1"))
 
        suite.Require().NoError(suite.Cnxn.(adbc.PostInitOptions).
                SetOption("adbc.flight.sql.rpc.call_header.x-header-one", 
"value 1"))
diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index 7cd29b743..5e4588cee 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -44,7 +44,7 @@ require (
        google.golang.org/api v0.257.0
        google.golang.org/grpc v1.78.0
        google.golang.org/protobuf v1.36.11
-       modernc.org/sqlite v1.40.1
+       modernc.org/sqlite v1.41.0
 )
 
 require (
diff --git a/go/adbc/go.sum b/go/adbc/go.sum
index fb2e80afa..4ed91c0ff 100644
--- a/go/adbc/go.sum
+++ b/go/adbc/go.sum
@@ -449,8 +449,8 @@ modernc.org/opt v0.1.4 
h1:2kNGMRiUjrp4LcaPuLY2PzUfqM/w9N23quVwhKt5Qm8=
 modernc.org/opt v0.1.4/go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns=
 modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
 modernc.org/sortutil v1.2.1/go.mod 
h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE=
-modernc.org/sqlite v1.40.1 h1:VfuXcxcUWWKRBuP8+BR9L7VnmusMgBNNnBYGEe9w/iY=
-modernc.org/sqlite v1.40.1/go.mod 
h1:9fjQZ0mB1LLP0GYrp39oOJXx/I2sxEnZtzCmEQIKvGE=
+modernc.org/sqlite v1.41.0 h1:bJXddp4ZpsqMsNN1vS0jWo4IJTZzb8nWpcgvyCFG9Ck=
+modernc.org/sqlite v1.41.0/go.mod 
h1:9fjQZ0mB1LLP0GYrp39oOJXx/I2sxEnZtzCmEQIKvGE=
 modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0=
 modernc.org/strutil v1.2.1/go.mod 
h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A=
 modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=

Reply via email to