You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for the second case it seems that the returns of update were fine but went wrong when being stored 🧐
Yes, this is because of RisingWave's DML implementation, and the RETURNING clause can not reflect what happens on storage exactly. There is the same issue with the return result of the DML statement which is expected to be the number of the result.
We can not handle it now, so we need to ban it or the result can make user confused
case 1:
case 2:
The text was updated successfully, but these errors were encountered: