diff --git a/CommonCore/SQL/src/de/steamwar/sql/NodeDownload.java b/CommonCore/SQL/src/de/steamwar/sql/NodeDownload.java index 018d95d7..b3792b63 100644 --- a/CommonCore/SQL/src/de/steamwar/sql/NodeDownload.java +++ b/CommonCore/SQL/src/de/steamwar/sql/NodeDownload.java @@ -40,7 +40,7 @@ public class NodeDownload { private static final Table table = new Table<>(NodeDownload.class); private static final Statement insert = table.insertFields("NodeId", "Link"); - private static final SelectStatement select = table.select("link"); + private static final SelectStatement select = table.selectFields("link"); private static final Statement delete = table.delete(Table.PRIMARY);