why is this even allowed to build...

This commit is contained in:
pentarctagon 2023-11-02 12:05:03 -05:00
parent 8788c55874
commit 60a11f2420

View file

@ -170,7 +170,8 @@ std::unique_ptr<simple_wml::document> dbconn::get_game_history(int player_id, in
params.emplace_back(search_content);
}
}
"where exists "
game_history_query += "where exists "
" ( "
" select 1 "
" from "+db_game_player_info_table_+" player1 "