feat: update quarkus

This commit is contained in:
2025-12-29 15:41:13 +01:00
parent 448e49b9fd
commit 145d5e7ca8
5 changed files with 6 additions and 8 deletions

View File

@@ -158,7 +158,7 @@ public class MembreService {
"EXISTS (SELECT 1 FROM LicenceModel l WHERE l.membre.id = m.id AND l.saison >= %s)",
Utils.getSaison() - 1);
String clubFilter = "?3 = ?3";
String clubFilter = "(TRUE OR ?3 = ?3)";
if (club != null) {
if (club instanceof String club_) {
if (!club_.isBlank()) {