-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent behaviour with onConflictDoUpdate #1393
Comments
Hey, sorry about this issue. Have a few more questions:
|
@kyscott18 I think the issue is that this part here doesn't use onConflictDoUpdate ponder/packages/core/src/indexing-store/historical.ts Lines 806 to 807 in 134e576
but this part seems to
|
Apologies i must have missed this notification.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: