We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi whenever I'm using array_length I'm getting the following error (causing the bq emulator to crash)
2024-10-29 22:14:10 github.com/goccy/go-zetasqlite/internal.bindArrayLength({0xc0006e7f70?, 0x1?, 0x3?}) 2024-10-29 22:14:10 github.com/goccy/go-zetasqlite/internal.setupNormalFuncMap.func1({0xc0006e7f60?, 0xc0009209e0?, 0x2?}) 2024-10-29 22:14:10 reflect.Value.call({0x2b493e0?, 0xc0005f3dc0?, 0x0?}, {0x2e6d317, 0x4}, {0xc000e0c198, 0x1, 0x0?}) 2024-10-29 22:14:10 /usr/local/go/src/reflect/value.go:596 +0xce7 2024-10-29 22:14:10 reflect.Value.Call({0x2b493e0?, 0xc0005f3dc0?, 0x1?}, {0xc000e0c198?, 0x0?, 0x14cc6e0?}) 2024-10-29 22:14:10 /usr/local/go/src/reflect/value.go:380 +0xb9 2024-10-29 22:14:10 github.com/mattn/go-sqlite3.(*functionInfo).Call(0xc0009a3f80, 0x0?, {0x7fff980756e8?, 0x0?, 0x0?}) 2024-10-29 22:14:10 /go/pkg/mod/github.com/mattn/[email protected]/sqlite3.go:407 +0x75 2024-10-29 22:14:10 github.com/mattn/go-sqlite3.callbackTrampoline(0x0?, 0x1, 0x7fff980756e8) 2024-10-29 22:14:10 /go/pkg/mod/github.com/mattn/[email protected]/callback.go:39 +0x59 2024-10-29 22:14:10 github.com/mattn/go-sqlite3._Cfunc__sqlite3_step_internal(0x7fff88077358) 2024-10-29 22:14:10 _cgo_gotypes.go:367 +0x47 2024-10-29 22:14:10 github.com/mattn/go-sqlite3.(*SQLiteRows).nextSyncLocked.func1(0x0?) 2024-10-29 22:14:10 /go/pkg/mod/github.com/mattn/[email protected]/sqlite3.go:2186 +0x45 2024-10-29 22:14:10 github.com/mattn/go-sqlite3.(*SQLiteRows).nextSyncLocked(0xc000f47800, {0xc0006e7e80, 0x1, 0x0?}) 2024-10-29 22:14:10 /go/pkg/mod/github.com/mattn/[email protected]/sqlite3.go:2186 +0x37 2024-10-29 22:14:10 github.com/mattn/go-sqlite3.(*SQLiteRows).Next.func1() 2024-10-29 22:14:10 /go/pkg/mod/github.com/mattn/[email protected]/sqlite3.go:2167 +0x2c 2024-10-29 22:14:10 created by github.com/mattn/go-sqlite3.(*SQLiteRows).Next in goroutine 1386 2024-10-29 22:14:10 /go/pkg/mod/github.com/mattn/[email protected]/sqlite3.go:2166 +0x189
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi whenever I'm using array_length I'm getting the following error (causing the bq emulator to crash)
The text was updated successfully, but these errors were encountered: