goccy / bigquery-emulator

BigQuery emulator server implemented in Go
MIT License
845 stars 108 forks source link

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

Closed ohaibbq closed 8 months ago

ohaibbq commented 9 months ago

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

goccy commented 8 months ago

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

ohaibbq commented 8 months ago

Closed with #283