summaryrefslogtreecommitdiff
path: root/queries/match_participation.sql
Commit message (Collapse)AuthorAgeFilesLines
* refactoring as part of https://github.com/vainglorygame/vainsocial.com/issues/17kvahuja2017-02-181-24/+0
|
* workaround for participants not including some dataschneefux2017-02-161-9/+9
|
* 1. using the right table names in SQL. 2. also put in some exception ↵Kapil Viren Ahuja2017-02-161-2/+3
| | | | | | | | handling which spits out the error and moves on instead of exiting (#11) * 1. using the right table names in SQL. 2. also put in some exception handling which spits out the error and moves on instead of exiting * ID in participant table is participant ID. we need a mapping for player ID in Web to get a player's matches.
* load processor queries from sql filesschneefux2017-02-151-0/+23