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
{{ message }}
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
After creating and deleting an entry, query_result() will return that entry.
There is no way to find out the state of the entry. I currently call get_entry() on each returned result to check if it still exists which is not very optimal.
Maybe add an argument so we can specify that we don't want deleted entries?
After creating and deleting an entry,
query_result()
will return that entry.There is no way to find out the state of the entry. I currently call
get_entry()
on each returned result to check if it still exists which is not very optimal.Maybe add an argument so we can specify that we don't want deleted entries?
Code I used:
The text was updated successfully, but these errors were encountered: