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
The code above prints fine when a new row is added or an existing row is updated. However, when a row is deleted, it is still included in the response.
I have run the following query: ALTER TABLE countries REPLICA IDENTITY FULL;
RLS is disabled.
Steps To Reproduce (optional)
No response
Relevant log output (optional)
No response
The text was updated successfully, but these errors were encountered:
General Info
Version(s)
2.5.3-wasm0
Kotlin Target(s) and their respective versions
JVM 17 and Android 14
What happened? (include your code)
The code above prints fine when a new row is added or an existing row is updated. However, when a row is deleted, it is still included in the response.
I have run the following query:
ALTER TABLE countries REPLICA IDENTITY FULL;
RLS is disabled.
Steps To Reproduce (optional)
No response
Relevant log output (optional)
No response
The text was updated successfully, but these errors were encountered: