Skip to content
New issue

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

Too many SQL variables when inserting data #270

Closed
ohaibbq opened this issue Feb 20, 2024 · 2 comments
Closed

Too many SQL variables when inserting data #270

ohaibbq opened this issue Feb 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ohaibbq
Copy link
Contributor

ohaibbq commented Feb 20, 2024

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

@ohaibbq ohaibbq added the bug Something isn't working label Feb 20, 2024
@ohaibbq
Copy link
Contributor Author

ohaibbq commented Feb 20, 2024

Blocked by goccy/go-zetasqlite#170

@ohaibbq
Copy link
Contributor Author

ohaibbq commented Mar 28, 2024

This has been fixed in #283

@ohaibbq ohaibbq closed this as completed Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant