Skip to content

Commit 31d192b

Browse files
committed
Updated for 32-bit
1 parent 50b666a commit 31d192b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/sqlite3/handlers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ type PingResponse struct {
3333
}
3434

3535
type PoolResponse struct {
36-
Cur int64 `json:"cur"`
37-
Max int64 `json:"max"`
36+
Cur int32 `json:"cur"`
37+
Max int32 `json:"max"`
3838
}
3939

4040
type SchemaResponse struct {

0 commit comments

Comments
 (0)