Skip to content

Commit

Permalink
Fix | Clear column names whenever ResultSet cursor is moved
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-ye committed Sep 24, 2019
1 parent 8bf02c3 commit db42d44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ public void clearWarnings() throws SQLServerException {
/* ----------------- JDBC API methods ------------------ */

private void moverInit() throws SQLServerException {
columnNames.clear();
fillLOBs();
cancelInsert();
cancelUpdates();
Expand Down

0 comments on commit db42d44

Please sign in to comment.