Skip to content

Commit

Permalink
fix: break out of an infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
abcpro1 committed Sep 15, 2023
1 parent 73ab5c4 commit 4a5dd5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ fn exec_iter(pool: Pool, query: String) -> ExecIter {
}
}
conn.return_();
break;
}
Ok::<(), SnowflakeError>(())
});
Expand Down

0 comments on commit 4a5dd5b

Please sign in to comment.