Skip to content

Commit

Permalink
ho-dev#2063 fix database error on matches reload
Browse files Browse the repository at this point in the history
  • Loading branch information
wsbrenk committed May 20, 2024
1 parent 301c3a7 commit 2dac544
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions src/main/java/core/db/IfaMatchTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ void insertMatch(IfaMatch match) {
store(match);
}

// @Override
// protected String createSelectStatement(){
// return createSelectStatement("");
// }
@Override
protected String createDeleteStatement() {
return createDeleteStatement(" WHERE TRUE");
}

void deleteAllMatches() {
executePreparedDelete();
}
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
* Change subskill recalculation dialog display (#1556)
* Tuning subskill recalculation (#1870)

### League
### International Friendlies
* Fix database error on match reload (#2063)

### Youth
* Increase effect of youth friendly match training (#1950, #1994)
Expand Down

0 comments on commit 2dac544

Please sign in to comment.