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
Ran into an issue where onConflictDoUpdate did not do what was expected. I have two events, both which update the same table (removed a lot of code, and hid some fields). I noticed that I was always experiencing empty table values where the update should have worked, and appended the correct data if a row already existed that matched.
To solve this I had to change the onConflictDoUpdate to:
Hey, sorry about this issue. Have a few more questions:
when you say "experiencing empty table values where the update should have worked", do you mean that the row only contained the column that was updated after onConflictDoUpdate was used? Or the row was deleted from the table?
where are you noticing the bug (are you doing a find in a different indexing function?)
Version
0.8.10
Current behavior
Ran into an issue where onConflictDoUpdate did not do what was expected. I have two events, both which update the same table (removed a lot of code, and hid some fields). I noticed that I was always experiencing empty table values where the update should have worked, and appended the correct data if a row already existed that matched.
To solve this I had to change the
onConflictDoUpdate
to:Schema:
Processing logic:
Expected behavior
No response
Steps to reproduce
No response
Link to repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: