goccy / bigquery-emulator

BigQuery emulator server implemented in Go
MIT License
743 stars 86 forks source link

[Insert] Fix `Too many SQL variables` error by using prepared statements #271

Closed ohaibbq closed 2 months ago

ohaibbq commented 3 months ago

Requires a new release of go-zetasqlite pending goccy/go-zetasqlite#171 Closes #270

goccy commented 2 months ago

Thank you for your contribution !! This PR's commit is merged with https://github.com/goccy/bigquery-emulator/pull/283

ohaibbq commented 2 months ago

Closed with #283