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
Currently Connection::fetch doesn't update the status, most probably because when Connection::execute is called in an eager pulling configuration, then Connection::pull_and_fetch_all would change the status which can corrupt the whole object. My proposal is let the status update happen, but set the desired state in Connection::execute after caling Connection::pull_and_fetch_all.
The text was updated successfully, but these errors were encountered:
Currently
Connection::fetch
doesn't update the status, most probably because whenConnection::execute
is called in an eager pulling configuration, thenConnection::pull_and_fetch_all
would change the status which can corrupt the whole object. My proposal is let the status update happen, but set the desired state inConnection::execute
after calingConnection::pull_and_fetch_all
.The text was updated successfully, but these errors were encountered: