-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Bug]: All object keys must match #589
Comments
Can you try to use the |
@jan-tennert where should i put this ? |
Found it and still throwing same error @jan-tennert |
Hey there idk why it's suddenly succeeded after several attempt with defaultToNull = true .. gonna try it more |
The error shows up again .. so what i try to do is reordering a row ..
My Chucker Record |
Hi @jan-tennert and @Deorigami we had this issue in the other libraries too supabase/postgrest-js#175 You must append a The error is being thrown because the |
Yea, I assumed that was the problem, thanks for linking the fix. |
@jan-tennert @grdsdev Thank you .. its working now |
@jan-tennert I am having this same issue on the insert request when inserting multiple rows. Maybe the fix can be applied on that method as well? |
@TiagoLira The newest versions should already include this fix. |
@jan-tennert I'm using the latest version (2.4.2). The fix was for the UPSERT request, I'm saying that the issue also happens on INSERT. |
Right, I will apply this fix there as well once I'm back from vacation. Reopening this as a reminder |
@TiagoLira Will be included in 2.5.0-beta-2 |
General Info
Version(s)
2.4.0
Kotlin Target(s) and their respective versions
2.0.0-Beta5
What happened? (include your code)
When i try to bulk upsert, it throws All object keys must match, hence i try to fill all the column with a value still throwing this exception,
but when i try to loop my list then upserting it 1 by 1 it doesnt throw anything
Steps To Reproduce (optional)
No response
Relevant log output (optional)
The text was updated successfully, but these errors were encountered: