Closed averbraeck closed 1 year ago
The following statement contains the wrong record nr:
dslContext.selectFrom(Tables.ROUND.where(Tables.ROUND.ID.eq(groupRound.getGroupId()))).fetchOne();
The getGroupId() should be getRoundId().
getGroupId()
getRoundId()
Tested the deletion of a PlayerRound and it now works.
PlayerRound
The following statement contains the wrong record nr:
The
getGroupId()
should begetRoundId()
.