Add Replay WIPISCH #334
@ -23,7 +23,7 @@ import java.sql.ResultSet;
|
||||
|
||||
public class Replay {
|
||||
|
||||
private static final Statement hasReplay = new Statement("SELECT FightID FROM Replay WHERE FightID = ?");
|
||||
private static final Statement hasReplay = new Statement("SELECT 1 FROM Replay WHERE FightID = ?");
|
||||
|
||||
|
||||
public static boolean hasReplay(int id) {
|
||||
return hasReplay.select(ResultSet::next, id);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren
In * ist der Replay-Blob enthalten! Das ist ein absolutes Nogo! (Und ich würde mir immer noch FightID statt id wünschen.