unexpected error: too many SQL variables
lesichkovm opened this issue · 0 comments
lesichkovm commented
Describe the bug
When inserting many rows at once the goqu builds the query which then fails to execute
To Reproduce
Add lots of rows and run the SQL output
Expected behavior
The documentation to clearly state there is a limit, and how to make it work. For example batch queries, etc.
Dialect:
- postgres
- mysql
- [ x] sqlite3
Additional context
Add any other context about the problem here.