We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf02c3 commit db42d44Copy full SHA for db42d44
1 file changed
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerResultSet.java
@@ -786,6 +786,7 @@ public void clearWarnings() throws SQLServerException {
786
/* ----------------- JDBC API methods ------------------ */
787
788
private void moverInit() throws SQLServerException {
789
+ columnNames.clear();
790
fillLOBs();
791
cancelInsert();
792
cancelUpdates();
0 commit comments