edgedb-js
edgedb-js copied to clipboard
Throw suppressable error when filter clause in update / delete is always true
Describe the proposed feature See discussion here: https://discord.com/channels/841451783728529451/1305187683643166812
This is how I fixed a hindenbug in our codebase:
It could have been prevented had the client checked for reference identity before running the query.