why is this even allowed to build...
This commit is contained in:
parent
8788c55874
commit
60a11f2420
1 changed files with 2 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Reference in a new issue