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
ID and owner are both integers, but unfortunately it does not delete the row.
If I remove the condition for owner, the record is indeed deleted so this one works:
await MyEntity.destroy({
id: entityID
});
I tried hunting it down but unfortunately I was unable to find the cause for this until now.
Checking the result in getEntities(), the "resps" contains "NO_MORE_RESULTS".
Do you know if that's a bug or what could be the cause for this?
The text was updated successfully, but these errors were encountered:
Hi,
First of all thanks for providing this adapter.
I am facing an issue when trying to delete a record in my model via:
ID and owner are both integers, but unfortunately it does not delete the row.
If I remove the condition for owner, the record is indeed deleted so this one works:
I tried hunting it down but unfortunately I was unable to find the cause for this until now.
Checking the result in getEntities(), the "resps" contains "NO_MORE_RESULTS".
Do you know if that's a bug or what could be the cause for this?
The text was updated successfully, but these errors were encountered: