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
When I fetch an instance using the ids set, and then attempt to delete it I get the following error
"ids cannot be restricted by more than one relation if it includes an Equal"
"code": 8704,
"query": "DELETE FROM "PrivateChat" WHERE "ids" = ? AND "ids" = ?;",
My guess is that CQL looks wrong
The text was updated successfully, but these errors were encountered:
Hi, my table looks like the following
export default { fields: { ids: { type: 'frozen', typeDef: '<set<uuid>>', }, }, key: ['ids'],
When I fetch an instance using the ids set, and then attempt to delete it I get the following error
My guess is that CQL looks wrong
The text was updated successfully, but these errors were encountered: