Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ QVariant RelaysWidget::startListByClubsTableData(bool with_vacants)
.orderBy("club")
.as("relay_clubs");
if (!with_vacants)
qb1.where("relays.isRelRunning");
qb1.where("relays.isRunning");
qf::core::sql::QueryBuilder qb;
qb.select2("relay_clubs", "club")
.select2("clubs", "name")
Expand Down
2 changes: 1 addition & 1 deletion quickevent/app/quickevent/src/appversion.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#define APP_VERSION "3.4.15"
#define APP_VERSION "3.4.16"

1 change: 1 addition & 0 deletions tools/qsqlmon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ add_executable(qsqlmon
src/tableviewwidget.cpp
src/theapp.cpp
src/qsqlmon.qrc
src/qsqlmon.rc
src/centralwidget.ui
src/columnselectorwidget.ui
src/dlgaltertable.ui
Expand Down