Skip to content

Commit db42d44

Browse files
committed
Fix | Clear column names whenever ResultSet cursor is moved
1 parent 8bf02c3 commit db42d44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerResultSet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ public void clearWarnings() throws SQLServerException {
786786
/* ----------------- JDBC API methods ------------------ */
787787

788788
private void moverInit() throws SQLServerException {
789+
columnNames.clear();
789790
fillLOBs();
790791
cancelInsert();
791792
cancelUpdates();

0 commit comments

Comments
 (0)