I have query like this: ```const response = await env.DB.prepare(` UPDATE Promotions
I have query like this:
but it doesn't update the record and doesn’t return anything or throw an error.
My only idea is that page is too big, but something similar works for insert.
But it would be weird that I can't update big values (article).
but it doesn't update the record and doesn’t return anything or throw an error.
My only idea is that page is too big, but something similar works for insert.
But it would be weird that I can't update big values (article).


