We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c57ba commit 3e61767Copy full SHA for 3e61767
src/main/java/nl/topicus/mssql2monetdb/CopyTool.java
@@ -530,7 +530,7 @@ private void dropOldTables(CopyTable table) throws SQLException
530
dropCount++;
531
}
532
533
- if (i == 0 || (table.isUseFastViewSwitching() && i == 2))
+ if (i == 0 || (table.isUseFastViewSwitching() && i <= 2))
534
LOG.info("Table '" + table.getToName() + "' has no older versions");
535
else
536
LOG.info("Dropped " + dropCount + " older versions of table '" + table.getToName() + "'");
0 commit comments