goccy / bigquery-emulator

BigQuery emulator server implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Too many SQL variables` when inserting data

ohaibbq opened this issue · comments

What happened?

Some queries return a Too many SQL variables error when run against the BQ emulator. It looks like this an error where we bind too many variables (limit defaults to 999) when inserting into a table, and sqlite complains.

What did you expect to happen?

Table data to be inserted

How can we reproduce it (as minimally and precisely as possible)?

Create a BigQuery table
Try to insert more than 999 values into the table

Anything else we need to know?

No response

This has been fixed in #283