Dieser Commit ist enthalten in:
Ursprung
189a209755
Commit
bedf79a4ad
@ -121,7 +121,7 @@ public class SQLProvider implements Provider {
|
|||||||
private static final Statement setEventFightFightID = new Statement("UPDATE EventFight SET Fight = ? WHERE FightID = ?");
|
private static final Statement setEventFightFightID = new Statement("UPDATE EventFight SET Fight = ? WHERE FightID = ?");
|
||||||
@Override
|
@Override
|
||||||
public void setEventFightFightID(EventFight fight, int fightID) {
|
public void setEventFightFightID(EventFight fight, int fightID) {
|
||||||
setEventFightFightID.update(fight, fight.getFightID());
|
setEventFightFightID.update(fightID, fight.getFightID());
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final Statement hasEventTeam = new Statement("SELECT * FROM TeamTeilnahme WHERE TeamID = ? AND EventID = ?");
|
private static final Statement hasEventTeam = new Statement("SELECT * FROM TeamTeilnahme WHERE TeamID = ? AND EventID = ?");
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren