RangeError: Maximum call stack size exceeded on update and delete for small number of rows (10s)
I have the following two calls that return the same RangeError:
The number of rows in question is around 10. I am successfully using .where with update in another query.
The number of rows in question is around 10. I am successfully using .where with update in another query.