@miconda yes it was, the callback of the notify deletes the subscription. it actually is required because in the case where we have `fetch_rows=500` and the entire result set is `5000` rows then we would loose `4500` rows because they would be deleted.