Fix tournament record update error when trying to set an invalid score.
Fixes to the tournament listing api and improvements to its filters.
Change the default limit when listing tournament records.
err:=tx.QueryRowContext(ctx,"SELECT num_score, max_num_score FROM leaderboard_record WHERE leaderboard_id = $1 AND owner_id = $2 AND expiry_time = $3",leaderboard.Id,ownerId,expiryTime).Scan(&dbNumScore,&dbMaxNumScore)